commit | 40bf48afe92fcea61e7e164f0b2599fba8b88124 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:41:39 2010 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:41:39 2010 +0200 |
tree | 233a48a5e2de1c469804f6745d8fd48e62c78abc | |
parent | 6333816ade7e04a96ec0a34a8378c455e4f7c4dd [diff] |
hfsplus: introduce alloc_mutex 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>