We now allow cross vfsmount reflinks, remove this portion of the test from btrfs/029. Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> --- tests/btrfs/029 | 9 +-------- tests/btrfs/029.out | 6 ------ 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/tests/btrfs/029 b/tests/btrfs/029 index 1bdbc951..26ca8938 100755 --- a/tests/btrfs/029 +++ b/tests/btrfs/029 @@ -5,8 +5,7 @@ # FS QA Test No. 029 # # Check if creating a sparse copy ("reflink") of a file on btrfs -# expectedly fails when it's done between different filesystems or -# different mount points of the same filesystem. +# expectedly fails when it's done between different filesystems. # # For both situations, these actions are executed: # - Copy a file with the reflink=auto option. @@ -59,12 +58,6 @@ _create_reflinks() echo "test reflinks across different devices" _create_reflinks $SCRATCH_MNT/original $reflink_test_dir/copy -echo "test reflinks across different mountpoints of same device" -rm -rf $reflink_test_dir/* -_mount $SCRATCH_DEV $reflink_test_dir -_create_reflinks $SCRATCH_MNT/original $reflink_test_dir/copy -$UMOUNT_PROG $reflink_test_dir - # success, all done status=0 exit diff --git a/tests/btrfs/029.out b/tests/btrfs/029.out index f1c88780..93044342 100644 --- a/tests/btrfs/029.out +++ b/tests/btrfs/029.out @@ -5,9 +5,3 @@ reflink=auto: 42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-029/copy reflink=always: cp reflink failed -test reflinks across different mountpoints of same device -reflink=auto: -42d69d1a6d333a7ebdf64792a555e392 SCRATCH_MNT/original -42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-029/copy -reflink=always: -cp reflink failed -- 2.26.3