From: OGAWA Hirofumi Date: Tue, 11 Nov 2008 22:48:01 +0000 (+0900) Subject: fat: fix duplicate addition of ->llseek handler X-Git-Tag: firefly_0821_release~16451^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=985eafcc5480b0d98419b96869f2560abb2764c7;p=firefly-linux-kernel-4.4.55.git fat: fix duplicate addition of ->llseek handler Signed-off-by: OGAWA Hirofumi --- 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,