Skip to content

Commit

Permalink
fat: fix duplicate addition of ->llseek handler
Browse files Browse the repository at this point in the history
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
  • Loading branch information
OGAWA Hirofumi committed Nov 11, 2008
1 parent ebeb040 commit 985eafc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/fat/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ const struct file_operations fat_dir_operations = {
.compat_ioctl = fat_compat_dir_ioctl,
#endif
.fsync = file_fsync,
.llseek = generic_file_llseek,
};

static int fat_get_short_entry(struct inode *dir, loff_t *pos,
Expand Down

0 comments on commit 985eafc

Please sign in to comment.