btrfs: move btrfs reflink tests to generic

Move the cp --reflink tests from btrfs/ to generic/ since xfs now
supports that ioctl.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Darrick J. Wong
2015-11-17 08:39:09 +11:00
committed by Dave Chinner
parent 8deb635098
commit 5a7abc0f09
11 changed files with 54 additions and 54 deletions
+25
View File
@@ -0,0 +1,25 @@
QA output created by 111
Create the original files and reflink dirs
Original md5sums:
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-111/original/file1
ca390545f0aedb54b808d6128c56a7dd TEST_DIR/test-111/original/subdir/file2
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-111/copy1/file1
ca390545f0aedb54b808d6128c56a7dd TEST_DIR/test-111/copy1/subdir/file2
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-111/copy2/file1
ca390545f0aedb54b808d6128c56a7dd TEST_DIR/test-111/copy2/subdir/file2
Overwrite original/file1 and original/subdir/file2 with new data
md5sums now:
260f6785c0537fd12582dcae28a3c1a9 TEST_DIR/test-111/original/file1
b8d91fb600f6f2191f2ba66665374860 TEST_DIR/test-111/original/subdir/file2
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-111/copy1/file1
ca390545f0aedb54b808d6128c56a7dd TEST_DIR/test-111/copy1/subdir/file2
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-111/copy2/file1
ca390545f0aedb54b808d6128c56a7dd TEST_DIR/test-111/copy2/subdir/file2
Overwrite copy1/file1 and copy1/subdir/file2 with new data
md5sums now:
260f6785c0537fd12582dcae28a3c1a9 TEST_DIR/test-111/original/file1
b8d91fb600f6f2191f2ba66665374860 TEST_DIR/test-111/original/subdir/file2
b20229a003e3985c4b0e6806abcd6642 TEST_DIR/test-111/copy1/file1
b815b24069db14e0a3a07169fd563e93 TEST_DIR/test-111/copy1/subdir/file2
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-111/copy2/file1
ca390545f0aedb54b808d6128c56a7dd TEST_DIR/test-111/copy2/subdir/file2