From: Christoph Hellwig Date: Fri, 1 Oct 2010 03:41:50 +0000 (+0200) Subject: hfsplus: use alloc_mutex in hfsplus_sync_fs X-Git-Tag: v2.6.37-rc1~222^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9fdbf8c6070d49c482e209df7ee93d9ec41ea27;p=pandora-kernel.git hfsplus: use alloc_mutex in hfsplus_sync_fs 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 --- Reading git-diff-tree failed