linux/fs/fat
Arnd Bergmann 3768744cfe BKL: Remove BKL from fat
The lock_kernel in fat_put_super is not needed because
it only protects the super block itself and we know that
no other thread can reach it because we are about to
kfree the object.

In the two fill_super functions, this converts the locking
to use lock_super like elsewhere in the fat code. This
is probably not needed either, but is consistent and puts
us on the safe side.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Jan Blunck <jblunck@infradead.org>
2010-10-04 21:10:45 +02:00
..
Kconfig vfat: Note the NLS requirement 2009-04-17 09:32:11 -07:00
Makefile fat: move fs/vfat/* and fs/msdos/* to fs/fat 2008-11-06 15:41:20 -08:00
cache.c fatfs: ratelimit corruption report 2010-05-25 08:07:04 -07:00
dir.c fat: convert to unlocked_ioctl 2010-05-17 08:16:12 +09:00
fat.h check ATTR_SIZE contraints in inode_change_ok 2010-08-09 16:47:39 -04:00
fatent.c fat: make discard a mount option 2009-11-21 20:36:52 +09:00
file.c check ATTR_SIZE contraints in inode_change_ok 2010-08-09 16:47:39 -04:00
inode.c BKL: Remove BKL from fat 2010-10-04 21:10:45 +02:00
misc.c remove SWRITE* I/O types 2010-08-18 01:09:01 -04:00
namei_msdos.c BKL: Remove BKL from fat 2010-10-04 21:10:45 +02:00
namei_vfat.c BKL: Remove BKL from fat 2010-10-04 21:10:45 +02:00