linux/fs/affs
Christoph Hellwig 6cfd014842 push BKL down into ->put_super
Move BKL into ->put_super from the only caller.  A couple of
filesystems had trivial enough ->put_super (only kfree and NULLing of
s_fs_info + stuff in there) to not get any locking: coda, cramfs, efs,
hugetlbfs, omfs, qnx4, shmem, all others got the full treatment.  Most
of them probably don't need it, but I'd rather sort that out individually.
Preferably after all the other BKL pushdowns in that area.

[AV: original used to move lock_super() down as well; these changes are
removed since we don't do lock_super() at all in generic_shutdown_super()
now]
[AV: fuse, btrfs and xfs are known to need no damn BKL, exempt]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-06-11 21:36:07 -04:00
..
affs.h constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
amigaffs.c affs: fix missing unlocks in affs_remove_link 2009-03-27 14:43:56 -04:00
bitmap.c affs: convert s_bmlock into a mutex 2008-07-26 12:00:03 -07:00
Changes
dir.c [PATCH] fix ->llseek() for a bunch of directories 2008-08-25 01:18:09 -04:00
file.c fs: symlink write_begin allocation context fix 2009-01-04 13:33:20 -08:00
inode.c affs: do not zero ->i_op 2009-01-05 11:53:07 -05:00
Kconfig fs/Kconfig: move affs out 2009-01-22 13:15:56 +03:00
Makefile
namei.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
super.c push BKL down into ->put_super 2009-06-11 21:36:07 -04:00
symlink.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00