alistair23-linux/fs/ntfs
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
..
aops.c fs: rename buffer trylock 2008-08-04 21:56:09 -07:00
aops.h
attrib.c
attrib.h
bitmap.c
bitmap.h
ChangeLog
collate.c
collate.h
compress.c fs: rename buffer trylock 2008-08-04 21:56:09 -07:00
debug.c
debug.h ntfs: don't fool kernel-doc 2008-12-01 19:55:25 -08:00
dir.c ntfs: remove private wrapper of endian helpers 2009-04-01 08:59:18 -07:00
dir.h
endian.h
file.c vmscan: split LRU lists into anon & file sets 2008-10-20 08:50:25 -07:00
index.c
index.h
inode.c ntfs: remove private wrapper of endian helpers 2009-04-01 08:59:18 -07:00
inode.h
Kconfig fs/Kconfig: move ntfs out 2009-01-22 13:15:55 +03:00
layout.h ntfs: remove private wrapper of endian helpers 2009-04-01 08:59:18 -07:00
lcnalloc.c
lcnalloc.h
logfile.c
logfile.h ntfs: remove private wrapper of endian helpers 2009-04-01 08:59:18 -07:00
Makefile
malloc.h
mft.c ntfs: remove private wrapper of endian helpers 2009-04-01 08:59:18 -07:00
mft.h
mst.c
namei.c [PATCH] switch all filesystems over to d_obtain_alias 2008-10-23 05:13:01 -04:00
ntfs.h
quota.c
quota.h
runlist.c
runlist.h
super.c push BKL down into ->put_super 2009-06-11 21:36:07 -04:00
sysctl.c
sysctl.h
time.h
types.h
unistr.c
upcase.c
usnjrnl.c
usnjrnl.h ntfs: remove private wrapper of endian helpers 2009-04-01 08:59:18 -07:00
volume.h