1
0
Fork 0
alistair23-linux/fs/freevxfs
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
..
Kconfig fs/Kconfig: move vxfs out 2009-01-22 13:15:58 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs.h [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private 2006-09-27 08:26:17 -07:00
vxfs_bmap.c freevxfs: possible null pointer dereference fix 2007-05-08 11:14:59 -07:00
vxfs_dir.h fs/: Spelling fixes 2008-02-03 17:33:42 +02:00
vxfs_extern.h fs/freevxfs/: proper externs 2008-04-29 08:06:00 -07:00
vxfs_fshead.c [PATCH] fs/freevxfs: cleanup of spelling errors 2006-06-25 10:01:01 -07:00
vxfs_fshead.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_immed.c fs/freevxfs/: proper externs 2008-04-29 08:06:00 -07:00
vxfs_inode.c freevxfs: ensure fast symlinks are NUL-terminated 2008-12-31 18:07:40 -05:00
vxfs_inode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_lookup.c iget: stop FreeVXFS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
vxfs_olt.c BUG_ON() Conversion in fs/freevxfs/ 2006-04-02 13:41:02 +02:00
vxfs_olt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_subr.c mm: make read_cache_page synchronous 2007-05-07 12:12:51 -07:00
vxfs_super.c push BKL down into ->put_super 2009-06-11 21:36:07 -04:00