linux/fs/affs
Jan Blunck 74c41429ae BKL: Remove BKL from Amiga FFS
The BKL is only used in put_super, fill_super and remount_fs that are all
three protected by the superblocks s_umount rw_semaphore. Therefore it is
safe to remove the BKL entirely.

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2010-10-04 21:10:34 +02:00
..
Changes
Kconfig
Makefile
affs.h switch affs to ->evict_inode() 2010-08-09 16:48:06 -04:00
amigaffs.c
bitmap.c
dir.c
file.c
inode.c switch affs to ->evict_inode() 2010-08-09 16:48:06 -04:00
namei.c
super.c BKL: Remove BKL from Amiga FFS 2010-10-04 21:10:34 +02:00
symlink.c