]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fat/dir.c
fat: use generic_file_llseek() for directory
[linux-2.6-omap-h63xx.git] / fs / fat / dir.c
index a601c6d45bc09e92b2558ed4c76ff7c1db29c2e3..931dd28b52899cb4d55a534ed733509e653bde47 100644 (file)
@@ -832,6 +832,7 @@ static long fat_compat_dir_ioctl(struct file *filp, unsigned cmd,
 #endif /* CONFIG_COMPAT */
 
 const struct file_operations fat_dir_operations = {
+       .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
        .readdir        = fat_readdir,
        .ioctl          = fat_dir_ioctl,