diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 063fc1538355..881394280d5f 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -593,9 +593,9 @@ loff_t ext4_llseek(struct file *file, loff_t offset, int whence) | |||
593 | 593 | ||
594 | const struct file_operations ext4_file_operations = { | 594 | const struct file_operations ext4_file_operations = { |
595 | .llseek = ext4_llseek, | 595 | .llseek = ext4_llseek, |
596 | .read = do_sync_read, | 596 | .read = new_sync_read, |
597 | .write = do_sync_write, | 597 | .write = do_sync_write, |
598 | .aio_read = generic_file_aio_read, | 598 | .read_iter = generic_file_read_iter, |
599 | .aio_write = ext4_file_write, | 599 | .aio_write = ext4_file_write, |
600 | .unlocked_ioctl = ext4_ioctl, | 600 | .unlocked_ioctl = ext4_ioctl, |
601 | #ifdef CONFIG_COMPAT | 601 | #ifdef CONFIG_COMPAT |