From: Artem Bityutskiy Date: Thu, 12 Jul 2012 14:28:44 +0000 (+0300) Subject: hfs: push lock_super down X-Git-Tag: v3.6-rc1~152^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715189d836ab276b3d0fc114681f12b423686ffa;p=pandora-kernel.git hfs: push lock_super down HFS uses 'lock_super()'/'unlock_super()' around 'hfs_mdb_commit()' in order to serialize MDB (Master Directory Block) changes. Push it down to 'hfs_mdb_commit()' in order to simplify the code a bit. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- Reading git-diff-tree failed