diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 598abbbe6786..9ad03036d9f5 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -607,8 +607,6 @@ loff_t ext4_llseek(struct file *file, loff_t offset, int whence) | |||
607 | 607 | ||
608 | const struct file_operations ext4_file_operations = { | 608 | const struct file_operations ext4_file_operations = { |
609 | .llseek = ext4_llseek, | 609 | .llseek = ext4_llseek, |
610 | .read = new_sync_read, | ||
611 | .write = new_sync_write, | ||
612 | .read_iter = generic_file_read_iter, | 610 | .read_iter = generic_file_read_iter, |
613 | .write_iter = ext4_file_write_iter, | 611 | .write_iter = ext4_file_write_iter, |
614 | .unlocked_ioctl = ext4_ioctl, | 612 | .unlocked_ioctl = ext4_ioctl, |
@@ -627,8 +625,6 @@ const struct file_operations ext4_file_operations = { | |||
627 | #ifdef CONFIG_FS_DAX | 625 | #ifdef CONFIG_FS_DAX |
628 | const struct file_operations ext4_dax_file_operations = { | 626 | const struct file_operations ext4_dax_file_operations = { |
629 | .llseek = ext4_llseek, | 627 | .llseek = ext4_llseek, |
630 | .read = new_sync_read, | ||
631 | .write = new_sync_write, | ||
632 | .read_iter = generic_file_read_iter, | 628 | .read_iter = generic_file_read_iter, |
633 | .write_iter = ext4_file_write_iter, | 629 | .write_iter = ext4_file_write_iter, |
634 | .unlocked_ioctl = ext4_ioctl, | 630 | .unlocked_ioctl = ext4_ioctl, |