projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebeb040
)
fat: fix duplicate addition of ->llseek handler
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Tue, 11 Nov 2008 22:48:01 +0000
(07:48 +0900)
committer
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Tue, 11 Nov 2008 23:51:22 +0000
(08:51 +0900)
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
fs/fat/dir.c
patch
|
blob
|
history
diff --git
a/fs/fat/dir.c
b/fs/fat/dir.c
index 67e0583570983ccb7683dcbf10dcdb6d67288909..3a7f603b698246fde1952ff8d464f50d21126885 100644
(file)
--- 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,