linux/fs/affs
Artem Bityutskiy e0471c8d8a 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>
2012-07-14 16:32:43 +04:00
..
affs.h affs: bury unused macros 2012-05-29 23:28:34 -04:00
amigaffs.c affs: propagate umode_t 2012-01-03 22:55:04 -05:00
bitmap.c
Changes Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir.c
file.c
inode.c vfs: Rename end_writeback() to clear_inode() 2012-05-06 13:43:41 +08:00
Kconfig
Makefile
namei.c switch ->create() to umode_t 2012-01-03 22:54:53 -05:00
super.c affs: re-structure superblock locking a bit 2012-07-14 16:32:43 +04:00
symlink.c