commit | 582686915803e34adc8fdcd90bff7ca7f6a42221 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Jun 24 14:29:40 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 20:47:44 2011 -0400 |
tree | 5a522cb6dbc41eaac987dbf15a2cbae35b2544cc | |
parent | 8c5dc70aae29d2571c0f461d69b37e4e6e01ff4c [diff] |
fat: remove i_alloc_sem abuse Add a new rw_semaphore to protect bmap against truncate. Previous i_alloc_sem was abused for this, but it's going away in this series. Note that we can't simply use i_mutex, given that the swapon code calls ->bmap under it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>