commit | a837107439ea50116e59943556d6902c09e52772 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed Jun 06 18:56:55 2012 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:32:44 2012 +0400 |
tree | dfe10e46259db11414725628db079d2355bd163c | |
parent | e0471c8d8abbc2b07fc82f7b02896d1637909319 [diff] |
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 <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>