From: Artem Bityutskiy Date: Wed, 6 Jun 2012 15:56:55 +0000 (+0300) Subject: affs: stop using lock_super X-Git-Tag: v3.6-rc1~152^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a837107439ea50116e59943556d6902c09e52772;p=pandora-kernel.git affs: stop using lock_super The VFS's 'lock_super()' and 'unlock_super()' calls are deprecated and unwanted and just wait for a brave knight who'd kill them. This patch makes AFFS stop using them and use the buffer-head's own lock instead. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- Reading git-diff-tree failed