aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs')
-rw-r--r--fs/f2fs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c
index 22f4900dd8eb..e4ba4b93f96a 100644
--- a/fs/f2fs/file.c
+++ b/fs/f2fs/file.c
@@ -692,5 +692,5 @@ const struct file_operations f2fs_file_operations = {
692 .compat_ioctl = f2fs_compat_ioctl, 692 .compat_ioctl = f2fs_compat_ioctl,
693#endif 693#endif
694 .splice_read = generic_file_splice_read, 694 .splice_read = generic_file_splice_read,
695 .splice_write = generic_file_splice_write, 695 .splice_write = iter_file_splice_write,
696}; 696};