Jan Kara cbc8cc3352 udf: Fix possible corruption when close races with write
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>
2009-09-14 19:13:01 +02:00
..
2009-06-11 21:36:13 -04:00
2009-09-14 19:13:00 +02:00
2009-01-22 13:15:55 +03:00
2009-09-14 19:13:00 +02:00
2009-06-11 21:36:13 -04:00
2008-04-17 14:22:23 +02:00
2009-06-11 21:36:13 -04:00