diff options
Diffstat (limited to 'fs/ext3/file.c')
-rw-r--r-- | fs/ext3/file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext3/file.c b/fs/ext3/file.c index 5c762457bc89..e96c388047e0 100644 --- a/fs/ext3/file.c +++ b/fs/ext3/file.c | |||
@@ -112,8 +112,6 @@ const struct file_operations ext3_file_operations = { | |||
112 | .write = do_sync_write, | 112 | .write = do_sync_write, |
113 | .aio_read = generic_file_aio_read, | 113 | .aio_read = generic_file_aio_read, |
114 | .aio_write = ext3_file_write, | 114 | .aio_write = ext3_file_write, |
115 | .readv = generic_file_readv, | ||
116 | .writev = generic_file_writev, | ||
117 | .ioctl = ext3_ioctl, | 115 | .ioctl = ext3_ioctl, |
118 | #ifdef CONFIG_COMPAT | 116 | #ifdef CONFIG_COMPAT |
119 | .compat_ioctl = ext3_compat_ioctl, | 117 | .compat_ioctl = ext3_compat_ioctl, |