update 068 to run other filesystems, ext3, ext4 and btrfs because
xfs_freeze works on the filesystems.
Signed-off-by: Christoph Hellwig <hch@lst.de>
. ./common.filter
# real QA test starts here
-_supported_fs xfs
+_supported_fs btrfs ext3 ext4 xfs
_supported_os Linux IRIX
_require_scratch
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"