git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5dc70
)
fat: remove i_alloc_sem abuse
author
Christoph Hellwig
<hch@infradead.org>
Fri, 24 Jun 2011 18:29:40 +0000
(14:29 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 21 Jul 2011 00:47:44 +0000
(20:47 -0400)
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>
No differences found