hfsplus: introduce alloc_mutex
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:41:39 +0000 (05:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:41:39 +0000 (05:41 +0200)
Use a new per-sb alloc_mutex instead of abusing i_mutex of the alloc_file
to protect block allocations.  This gets rid of lockdep nesting warnings
and prepares for extending the scope of alloc_mutex.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>

No differences found