fat: convert to unlocked_ioctl
authorArnd Bergmann <arnd@arndb.de>
Sun, 16 May 2010 23:13:47 +0000 (08:13 +0900)
committerOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Sun, 16 May 2010 23:16:12 +0000 (08:16 +0900)
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>

No differences found