mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/001: Update output
After patch "ext4: Fix races of writeback with punch hole and zero range" we don't flush range that's going to be zeroed out which results in different final extent layout because some extents will be zeroed-out instead of being split. Update the output file accordingly. Signed-off-by: Jan Kara <jack@suse.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+2
-6
@@ -131,14 +131,10 @@ cc63069677939f69a6e8f68cae6a6dac
|
||||
2: [32..39]: hole
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
11. data -> hole -> data
|
||||
0: [0..7]: data
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: data
|
||||
0: [0..39]: data
|
||||
f6aeca13ec49e5b266cd1c913cd726e3
|
||||
12. unwritten -> data -> unwritten
|
||||
0: [0..7]: data
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: data
|
||||
0: [0..39]: unwritten
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
13. data -> unwritten -> data
|
||||
0: [0..7]: data
|
||||
|
||||
Reference in New Issue
Block a user