diff options
Diffstat (limited to 'fs/nilfs2/file.c')
-rw-r--r-- | fs/nilfs2/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nilfs2/file.c b/fs/nilfs2/file.c index dcb1b0e8b435..24978153c0c4 100644 --- a/fs/nilfs2/file.c +++ b/fs/nilfs2/file.c | |||
@@ -153,9 +153,9 @@ static int nilfs_file_mmap(struct file *file, struct vm_area_struct *vma) | |||
153 | const struct file_operations nilfs_file_operations = { | 153 | const struct file_operations nilfs_file_operations = { |
154 | .llseek = generic_file_llseek, | 154 | .llseek = generic_file_llseek, |
155 | .read = new_sync_read, | 155 | .read = new_sync_read, |
156 | .write = do_sync_write, | 156 | .write = new_sync_write, |
157 | .read_iter = generic_file_read_iter, | 157 | .read_iter = generic_file_read_iter, |
158 | .aio_write = generic_file_aio_write, | 158 | .write_iter = generic_file_write_iter, |
159 | .unlocked_ioctl = nilfs_ioctl, | 159 | .unlocked_ioctl = nilfs_ioctl, |
160 | #ifdef CONFIG_COMPAT | 160 | #ifdef CONFIG_COMPAT |
161 | .compat_ioctl = nilfs_compat_ioctl, | 161 | .compat_ioctl = nilfs_compat_ioctl, |