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