From: Arnd Bergmann Date: Sun, 16 May 2010 23:13:47 +0000 (+0900) Subject: fat: convert to unlocked_ioctl X-Git-Tag: v2.6.35-rc1~417^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7845bc3e132605e3e8a1f37748e29281164b65f5;p=pandora-kernel.git 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 Signed-off-by: OGAWA Hirofumi --- Reading git-diff-tree failed