mirror of
https://github.com/torvalds/linux
synced 2026-07-06 01:32:09 +09: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>