alistair23-linux/fs/exofs
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
..
BUGS exofs: Documentation 2009-03-31 19:44:38 +03:00
common.h exofs: Kbuild, Headers and osd utils 2009-03-31 19:44:20 +03:00
dir.c exofs: export_operations 2009-03-31 19:44:36 +03:00
exofs.h exofs: export_operations 2009-03-31 19:44:36 +03:00
file.c exofs: file and file_inode operations 2009-03-31 19:44:24 +03:00
inode.c exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
Kbuild exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
Kconfig exofs: Kbuild, Headers and osd utils 2009-03-31 19:44:20 +03:00
namei.c exofs: dir_inode and directory operations 2009-03-31 19:44:31 +03:00
osd.c block: add rq->resid_len 2009-05-11 09:50:53 +02:00
super.c push BKL down into ->put_super 2009-06-11 21:36:07 -04:00
symlink.c exofs: symlink_inode and fast_symlink_inode operations 2009-03-31 19:44:27 +03:00