diff options
author | Roman Pen <[email protected]> | 2017-01-08 21:00:35 -0500 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2017-01-08 21:00:35 -0500 |
commit | 03e916fa8b5577d85471452a3d0c5738aa658dae (patch) | |
tree | b9e3cfbd5a760263d3023766e57acf56ecd51866 /scripts/gdb/linux/utils.py | |
parent | 2a9b8cba62c0741109c33a2be700ff3d7703a7c2 (diff) |
ext4: do not polute the extents cache while shifting extents
Inside ext4_ext_shift_extents() function ext4_find_extent() is called
without EXT4_EX_NOCACHE flag, which should prevent cache population.
This leads to oudated offsets in the extents tree and wrong blocks
afterwards.
Patch fixes the problem providing EXT4_EX_NOCACHE flag for each
ext4_find_extents() call inside ext4_ext_shift_extents function.
Fixes: 331573febb6a2
Signed-off-by: Roman Pen <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Cc: Namjae Jeon <[email protected]>
Cc: Andreas Dilger <[email protected]>
Cc: [email protected]
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions