]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/233: don't require rmap
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Jul 2024 14:20:27 +0000 (07:20 -0700)
committerZorro Lang <zlang@kernel.org>
Tue, 6 Aug 2024 13:46:16 +0000 (21:46 +0800)
Nothing in xfs/233 requires an rmap, it can run on any file system.
And it is a very useful test because it starts out with a very small
file system (or RT subvolume), which exercise some code paths no other
test does.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/233

index 5d2c10e7dbd30ffacb5e5d0c2a2e5c25a3f2466d..211e5f842a3fa5c66bb4634fab68b15acf0e5904 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # FS QA Test No. 233
 #
-# Tests xfs_growfs on a rmapbt filesystem
+# Tests xfs_growfs starting with a really small file system.
 #
 . ./common/preamble
 _begin_fstest auto quick rmap growfs
@@ -12,7 +12,6 @@ _begin_fstest auto quick rmap growfs
 # Import common functions.
 . ./common/filter
 
-_require_xfs_scratch_rmapbt
 _require_no_large_scratch_dev
 
 echo "Format and mount"