1
0
Fork 0
alistair23-linux/fs/squashfs
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 squashfs out 2009-01-22 13:15:58 +03:00
Makefile Squashfs: cody tidying, remove commented out line in Makefile 2009-05-13 03:25:20 +01:00
block.c Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch 2009-03-12 03:23:48 +00:00
cache.c Squashfs: fix breakage when page size > metadata block size 2009-05-13 02:56:39 +01:00
dir.c Squashfs: directory readdir operations 2009-01-05 08:46:23 +00:00
export.c kmemtrace, squashfs: fix slab.h dependency problem in squasfs 2009-04-03 12:21:34 +02:00
file.c Squashfs: regular file operations 2009-01-05 08:46:24 +00:00
fragment.c Squashfs: fragment block operations 2009-01-05 08:46:25 +00:00
id.c Squashfs: uid/gid lookup operations 2009-01-05 08:46:26 +00:00
inode.c Squashfs: frag_size should be signed, as it can hold an error result 2009-03-05 00:55:31 +00:00
namei.c Squashfs: directory lookup operations 2009-01-05 08:46:23 +00:00
squashfs.h Squashfs: Fix oops when reading fsfuzzer corrupted filesystems 2009-03-05 00:31:12 +00:00
squashfs_fs.h btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h> 2009-01-15 16:39:38 -08:00
squashfs_fs_i.h Squashfs: header files 2009-01-05 08:46:27 +00:00
squashfs_fs_sb.h Squashfs: header files 2009-01-05 08:46:27 +00:00
super.c push BKL down into ->put_super 2009-06-11 21:36:07 -04:00
symlink.c Squashfs: symlink operations 2009-01-05 08:46:24 +00:00