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:
40bf48a
)
hfsplus: use alloc_mutex in hfsplus_sync_fs
author
Christoph Hellwig
<hch@lst.de>
Fri, 1 Oct 2010 03:41:50 +0000
(
05:41
+0200)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 1 Oct 2010 03:41:50 +0000
(
05:41
+0200)
Use alloc_mutex to protect hfsplus_sync_fs against itself and concurrent
allocations, which allows to get rid of lock_super in hfsplus.
Note that most fields in the superblock still aren't protected against
concurrent allocations, that will follow later.
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
No differences found