From d16e2e777fa329a5f0190fa9ae66ecf61d9589c3 Mon Sep 17 00:00:00 2001 From: Masayoshi MIZUMA Date: Wed, 14 Dec 2011 11:22:10 +0900 Subject: [PATCH] 068: run on more filesystems update 068 to run other filesystems, ext3, ext4 and btrfs because xfs_freeze works on the filesystems. Signed-off-by: Christoph Hellwig --- 068 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/068 b/068 index 5d0053d4..6f08f188 100755 --- a/068 +++ b/068 @@ -51,7 +51,7 @@ trap "_cleanup" 0 1 2 3 15 . ./common.filter # real QA test starts here -_supported_fs xfs +_supported_fs btrfs ext3 ext4 xfs _supported_os Linux IRIX _require_scratch @@ -62,7 +62,7 @@ rm -f $seq.full umount $SCRATCH_DEV >/dev/null 2>&1 echo "*** MKFS ***" >>$seq.full echo "" >>$seq.full -_scratch_mkfs_xfs >>$seq.full 2>&1 \ +_scratch_mkfs >>$seq.full 2>&1 \ || _fail "mkfs failed" _scratch_mount >>$seq.full 2>&1 \ || _fail "mount failed" -- 2.47.3