android_kernel_motorola_sm6225/fs/fat
Arnd Bergmann 7845bc3e13 fat: convert to unlocked_ioctl
FAT does not require the BKL in its ioctl function, which is already serialized
through a mutex. Since we're already touching the ioctl code, also fix the
missing handling of FAT_IOCTL_GET_ATTRIBUTES in the compat code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
2010-05-17 08:16:12 +09:00
..
cache.c FAT: add 'errors' mount option 2009-06-04 02:34:51 +09:00
dir.c fat: convert to unlocked_ioctl 2010-05-17 08:16:12 +09:00
fat.h fat: convert to unlocked_ioctl 2010-05-17 08:16:12 +09:00
fatent.c fat: make discard a mount option 2009-11-21 20:36:52 +09:00
file.c fat: convert to unlocked_ioctl 2010-05-17 08:16:12 +09:00
inode.c fat: Cleanup nls_unload() usage 2010-03-16 05:49:05 +09: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
misc.c fatfs: use common time_to_tm in fat_time_unix2fat() 2009-12-16 07:20:06 -08:00
namei_msdos.c headers: smp_lock.h redux 2009-07-12 12:22:34 -07:00
namei_vfat.c fat: Fix stat->f_namelen 2010-02-10 23:49:08 +09:00