commit | 985eafcc5480b0d98419b96869f2560abb2764c7 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Wed Nov 12 07:48:01 2008 +0900 |
committer | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Wed Nov 12 08:51:22 2008 +0900 |
tree | 6c379143b32a276dd5988f6af4ebc5473cf90518 | |
parent | ebeb0406f153db51ab2d4771faf2342bd6ca14dd [diff] |
fat: fix duplicate addition of ->llseek handler Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 67e0583..3a7f603 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c
@@ -841,7 +841,6 @@ .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,