[PATCH] ext3: i_disksize locking fix
From: Alex Tomas <alex@clusterfs.com> The setting of i_disksize can race against concurrent invokations of ext3_get_block(). Moving this inside i_truncate_sem fixes it up.
Showing
Please register or sign in to comment