From: OGAWA Hirofumi Date: Thu, 6 Nov 2008 20:53:47 +0000 (-0800) Subject: fat: use generic_file_llseek() for directory X-Git-Tag: v2.6.28-rc4~50 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=53472bc8f810d2fb507593ea03703670506a668d;hp=53472bc8f810d2fb507593ea03703670506a668d;p=linux-2.6-omap-h63xx.git fat: use generic_file_llseek() for directory Since fat_dir_ioctl() was already fixed (i.e. called under ->i_mutex), and __fat_readdir() doesn't take BKL anymore. So, BKL for ->llseek() is pointless, and we have to use generic_file_llseek(). Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ---