aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/dir.c
diff options
context:
space:
mode:
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2008-11-12 07:48:01 +0900
committerOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2008-11-12 08:51:22 +0900
commit985eafcc5480b0d98419b96869f2560abb2764c7 (patch)
tree6c379143b32a276dd5988f6af4ebc5473cf90518 /fs/fat/dir.c
parentfat: drop negative dentry on rename() path (diff)
downloadlinux-dev-985eafcc5480b0d98419b96869f2560abb2764c7.tar.xz
linux-dev-985eafcc5480b0d98419b96869f2560abb2764c7.zip
fat: fix duplicate addition of ->llseek handler
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Diffstat (limited to 'fs/fat/dir.c')
-rw-r--r--fs/fat/dir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fat/dir.c b/fs/fat/dir.c
index 67e058357098..3a7f603b6982 100644
--- a/fs/fat/dir.c
+++ b/fs/fat/dir.c
@@ -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,