mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs: test cloning of zero length ranges
Test cloning a file range with a length of zero into a destination offset greater than zero. This made btrfs create an extent state record with a start offset greater than the end offset, resulting in chaos such as an infinite loop when evicting an inode. This issue was fixed by the following linux kernel patch: Btrfs: fix inode eviction infinite loop after cloning into it Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
b2aa857e0a
commit
9edaf22811
@@ -0,0 +1,2 @@
|
||||
QA output created by 086
|
||||
bar file size after clone operation: 0
|
||||
Reference in New Issue
Block a user