Files
android_kernel_xiaomi_sm8450/fs/ext4
Jan Kara 77ea2a4ba6 ext4: Fix block zeroing when punching holes in indirect block files
free_holes_block() passed local variable as a block pointer
to ext4_clear_blocks(). Thus ext4_clear_blocks() zeroed out this local
variable instead of proper place in inode / indirect block. We later
zero out proper place in inode / indirect block but don't dirty the
inode / buffer again which can lead to subtle issues (some changes e.g.
to inode can be lost).

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-06-26 12:28:57 -04:00
..
2014-05-12 10:50:23 -04:00
2014-05-12 10:50:23 -04:00
2012-12-10 16:30:43 -05:00
2014-02-20 13:32:10 -05:00
2014-05-12 10:50:23 -04:00
2012-12-10 16:30:43 -05:00