]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs: move reflink tests into the clone group
authorDarrick J. Wong <djwong@kernel.org>
Fri, 17 Sep 2021 00:39:13 +0000 (17:39 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 26 Sep 2021 13:34:01 +0000 (21:34 +0800)
"clone" is the group for tests that exercise FICLONERANGE, so move these
tests.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/519
tests/xfs/520
tests/xfs/535
tests/xfs/536

index 675ec07e62300ff78475dbecb9a7f578e30ff095..49c62b56f6b52708ce4a4348a11628384048d6f8 100755 (executable)
@@ -9,7 +9,7 @@
 # flushing the log and then remounting to check file contents.
 
 . ./common/preamble
-_begin_fstest auto quick reflink
+_begin_fstest auto quick clone
 
 # Import common functions.
 . ./common/filter
index 8410f2bafc396321fe5be648c1a871ae31612908..2fceb07c5e28598aa1ed09d38889ce3466e1f665 100755 (executable)
@@ -12,7 +12,7 @@
 # is included in the current kernel.
 #
 . ./common/preamble
-_begin_fstest auto quick reflink
+_begin_fstest auto quick clone
 
 # Override the default cleanup function.
 _cleanup()
index 4c88367507128b98e1fde1efea9359b7110f1cac..1a5da61b1c9e0dcb0db52cb5d874853f4d91f951 100755 (executable)
@@ -7,7 +7,7 @@
 # Verify that XFS does not cause inode fork's extent count to overflow when
 # writing to a shared extent.
 . ./common/preamble
-_begin_fstest auto quick reflink
+_begin_fstest auto quick clone
 
 # Import common functions.
 . ./common/filter
index e5f904f50d5237eebffc72ce58e74bb6315b8e8c..64fa4fbf8f703a3653b6745ff9b8c23090f359d9 100755 (executable)
@@ -7,7 +7,7 @@
 # Verify that XFS does not cause inode fork's extent count to overflow when
 # remapping extents from one file's inode fork to another.
 . ./common/preamble
-_begin_fstest auto quick reflink
+_begin_fstest auto quick clone
 
 # Import common functions.
 . ./common/filter