mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: btrfs, test for send with clone operations
Test that an incremental send operation which issues clone operations works for files that have a full path containing more than one parent directory component. This used to fail before the following patch for the linux kernel: "[PATCH] Btrfs: send, fix extent buffer tree lock assertion failure" Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
911efb0897
commit
84aea94669
@@ -0,0 +1,13 @@
|
||||
QA output created by 117
|
||||
wrote 131072/131072 bytes at offset 0
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
wrote 16384/16384 bytes at offset 32768
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
File digests in the original filesystem:
|
||||
38bf19185758f77c41d712b8bf74b61f SCRATCH_MNT/snap1/a/b/c/x
|
||||
38bf19185758f77c41d712b8bf74b61f SCRATCH_MNT/snap2/a/b/c/x
|
||||
d607e49e9085627d561bb117d8b197b7 SCRATCH_MNT/snap2/a/b/c/y
|
||||
File digests in the new filesystem:
|
||||
38bf19185758f77c41d712b8bf74b61f SCRATCH_MNT/snap1/a/b/c/x
|
||||
38bf19185758f77c41d712b8bf74b61f SCRATCH_MNT/snap2/a/b/c/x
|
||||
d607e49e9085627d561bb117d8b197b7 SCRATCH_MNT/snap2/a/b/c/y
|
||||
Reference in New Issue
Block a user