Commit 985eafcc authored by OGAWA Hirofumi's avatar OGAWA Hirofumi

fat: fix duplicate addition of ->llseek handler

Signed-off-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
parent ebeb0406
...@@ -841,7 +841,6 @@ const struct file_operations fat_dir_operations = { ...@@ -841,7 +841,6 @@ const struct file_operations fat_dir_operations = {
.compat_ioctl = fat_compat_dir_ioctl, .compat_ioctl = fat_compat_dir_ioctl,
#endif #endif
.fsync = file_fsync, .fsync = file_fsync,
.llseek = generic_file_llseek,
}; };
static int fat_get_short_entry(struct inode *dir, loff_t *pos, static int fat_get_short_entry(struct inode *dir, loff_t *pos,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment