diff options
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext3/file.c b/fs/ext3/file.c index aad05311392a..5439d2f0141b 100644 --- a/fs/ext3/file.c +++ b/fs/ext3/file.c | |||
@@ -50,9 +50,9 @@ static int ext3_release_file (struct inode * inode, struct file * filp) | |||
50 | 50 | ||
51 | const struct file_operations ext3_file_operations = { | 51 | const struct file_operations ext3_file_operations = { |
52 | .llseek = generic_file_llseek, | 52 | .llseek = generic_file_llseek, |
53 | .read = do_sync_read, | 53 | .read = new_sync_read, |
54 | .write = do_sync_write, | 54 | .write = do_sync_write, |
55 | .aio_read = generic_file_aio_read, | 55 | .read_iter = generic_file_read_iter, |
56 | .aio_write = generic_file_aio_write, | 56 | .aio_write = generic_file_aio_write, |
57 | .unlocked_ioctl = ext3_ioctl, | 57 | .unlocked_ioctl = ext3_ioctl, |
58 | #ifdef CONFIG_COMPAT | 58 | #ifdef CONFIG_COMPAT |