fat: fix duplicate addition of ->llseek handler

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, December 31, 2008 - 5:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=985eaf...
Commit:     985eafcc5480b0d98419b96869f2560abb2764c7
Parent:     ebeb0406f153db51ab2d4771faf2342bd6ca14dd
Author:     OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
AuthorDate: Wed Nov 12 07:48:01 2008 +0900
Committer:  OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
CommitDate: Wed Nov 12 08:51:22 2008 +0900

    fat: fix duplicate addition of ->llseek handler
    
    Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
---
 fs/fat/dir.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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 @@ 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,
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
fat: fix duplicate addition of ->llseek handler, Linux Kernel Mailing ..., (Wed Dec 31, 5:59 pm)