mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-25 13:13:03 +08:00
When we close a file, we remove preallocated blocks from it. But this truncation was not protected by i_mutex and thus it could have raced with a write through a different fd and cause crashes or even filesystem corruption. Signed-off-by: Jan Kara <jack@suse.cz>