mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
9b48c972a9
Moving and deleting cloned ("reflinked") files on btrfs:
- Create a file and a reflink
- Move both to a directory
- Delete the original (moved) file, check that the copy still exists.
[sandeen: mostly cosmetic changes]
Signed-off-by: Koen De Wit <koen.de.wit@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
QA output created by 028
|
|
Create the original files and reflink dirs
|
|
Move orig & reflink copy to subdir and md5sum:
|
|
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-028/subdir/original_moved
|
|
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-028/subdir/copy_moved
|
|
remove orig from subdir and md5sum reflink copy:
|
|
42d69d1a6d333a7ebdf64792a555e392 TEST_DIR/test-028/subdir/copy_moved
|