From: Artem Bityutskiy Date: Wed, 6 Jun 2012 15:56:54 +0000 (+0300) Subject: affs: re-structure superblock locking a bit X-Git-Tag: v3.6-rc1~152^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0471c8d8abbc2b07fc82f7b02896d1637909319;p=pandora-kernel.git affs: re-structure superblock locking a bit AFFS wants to serialize the superblock (the root block in AFFS terms) updates and uses 'lock_super()/unlock_super()' for these purposes. This patch pushes the locking down to the 'affs_commit_super()' from the callers. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- Reading git-diff-tree failed