Commit 985eafcc5480b0d98419b96869f2560abb2764c7

Authored by OGAWA Hirofumi
1 parent ebeb0406f1

fat: fix duplicate addition of ->llseek handler

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -841,7 +841,6 @@
841 841 .compat_ioctl = fat_compat_dir_ioctl,
842 842 #endif
843 843 .fsync = file_fsync,
844   - .llseek = generic_file_llseek,
845 844 };
846 845  
847 846 static int fat_get_short_entry(struct inode *dir, loff_t *pos,