From patchwork Mon Aug 15 17:24:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Whitney X-Patchwork-Id: 659356 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sCj2f6KWlz9t3V for ; Tue, 16 Aug 2016 03:21:30 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=DcpCt/YJ; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752863AbcHORV0 (ORCPT ); Mon, 15 Aug 2016 13:21:26 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:36720 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752824AbcHORVZ (ORCPT ); Mon, 15 Aug 2016 13:21:25 -0400 Received: by mail-qt0-f194.google.com with SMTP id u25so2316456qtb.3 for ; Mon, 15 Aug 2016 10:21:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=HsQNBIr1Molo2Yaa7ZzZAqzRWwMnWMRnMcmgHEIrQLs=; b=DcpCt/YJ8yv3SVXdYylbQ2M7czFCShYXhJ2vhg2GwM7AmRfQZ8DQZfr9KDCEImc0vp 2Gq6nCSNm4hqU46fFUpeDTlSZkc3ZPeruWBiuxENC+TNDz+IKQiNis269tgGtBJMhstu E+f2tvWKOVEaPPYhLj+wAqiITGajIiGjCfvCDEPxk4c20O3wnI4gpOXBTQx54nTPs5fM 4XtaDJ53UcgdzLRQIvRhZ/LaY8kDlXabgrAssokqNf3NG/k3yOqtXvdbfawJKqoYMRuD dPKaOKsZEjHxkRD1WdN4fDP4bqnrQQLd87inhj5F6M1VEKxfX9wcUfszux7pUWh05AIh xpzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=HsQNBIr1Molo2Yaa7ZzZAqzRWwMnWMRnMcmgHEIrQLs=; b=ZaCsx2bIaLDUFyJmL4IF/14rjberSJBIgEWFEDgopIDwkz7mRjPeaNwOrEw6iHdU6j geHrYuAgTHiOzZt4dM6ji5N/rHHMn50vsHL9hGzaqYoF/L26gm0TpvIAsLqQ40rES3fb liIf3e1cYfAy++XEnSIuZS7TUp7+oNNNdUe7Ul/F/hAmn6h6ZIyLnRSank3/6NUGRrrT Qo2yC8s05Ci2zaGswCNzOhDUybFPzuquWfGfA7+Sn3mJJyXCuv+rNKabNerVp+s0dmLS ovevq9wtZYPSGvWKmT/w/v20uQJi5AUtzqcPx3mKCHRqZBIOppMd5RR8UxrG/T7uRkGm Zl5Q== X-Gm-Message-State: AEkoouu46g0UK9UiU38W/k9/htQN71bMivmqfW2Q0poC9riEyxXqHy/stMogCeEeLDS0Xg== X-Received: by 10.200.42.69 with SMTP id l5mr34128740qtl.13.1471281684607; Mon, 15 Aug 2016 10:21:24 -0700 (PDT) Received: from localhost.localdomain (c-50-187-52-22.hsd1.nh.comcast.net. [50.187.52.22]) by smtp.gmail.com with ESMTPSA id r187sm9785887qkc.49.2016.08.15.10.21.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Aug 2016 10:21:24 -0700 (PDT) Date: Mon, 15 Aug 2016 13:24:59 -0400 From: Eric Whitney To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu Subject: [PATCH] xfstests-bld: delete exclude files containing ext4 defrag tests Message-ID: <20160815172459.GA2185@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The _require_defrag function in xfstests can now correctly determine whether an ext4 test file system supports the online defrag feature. The exclude files that were added to prevent test failure noise when running online defrag tests on journaled data and bigalloc file systems are no longer necessary. These tests include ext4/301-304 and ext4/307-308. ext4/304 remains in the master exclude file for an unrelated problem. Signed-off-by: Eric Whitney --- .../test-appliance/files/root/fs/ext4/cfg/bigalloc.exclude | 7 ------- .../test-appliance/files/root/fs/ext4/cfg/bigalloc_1k.exclude | 7 ------- .../test-appliance/files/root/fs/ext4/cfg/data_journal.exclude | 7 ------- .../files/root/fs/ext4/cfg/data_journal_noleak.exclude | 7 ------- 4 files changed, 28 deletions(-) delete mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc.exclude delete mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc_1k.exclude delete mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal.exclude delete mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal_noleak.exclude diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc.exclude deleted file mode 100644 index bd779be..0000000 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc.exclude +++ /dev/null @@ -1,7 +0,0 @@ -# bigalloc does not support on-line defrag -ext4/301 -ext4/302 -ext4/303 -ext4/304 -ext4/307 -ext4/308 diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc_1k.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc_1k.exclude deleted file mode 100644 index bd779be..0000000 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/bigalloc_1k.exclude +++ /dev/null @@ -1,7 +0,0 @@ -# bigalloc does not support on-line defrag -ext4/301 -ext4/302 -ext4/303 -ext4/304 -ext4/307 -ext4/308 diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal.exclude deleted file mode 100644 index 7190c8c..0000000 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal.exclude +++ /dev/null @@ -1,7 +0,0 @@ -# data_journal does not support on-line defrag -ext4/301 -ext4/302 -ext4/303 -ext4/304 -ext4/307 -ext4/308 diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal_noleak.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal_noleak.exclude deleted file mode 100644 index 7190c8c..0000000 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/data_journal_noleak.exclude +++ /dev/null @@ -1,7 +0,0 @@ -# data_journal does not support on-line defrag -ext4/301 -ext4/302 -ext4/303 -ext4/304 -ext4/307 -ext4/308