->splice_write() via ->write_iter()
[deliverable/linux.git] / fs / exofs / file.c
index 5b7f6be5a2d54323a2a430dc17156720d58fc885..71bf8e4fb5d427c660e9913a57054dec59f99dfc 100644 (file)
@@ -77,7 +77,7 @@ const struct file_operations exofs_file_operations = {
        .fsync          = exofs_file_fsync,
        .flush          = exofs_flush,
        .splice_read    = generic_file_splice_read,
-       .splice_write   = generic_file_splice_write,
+       .splice_write   = iter_file_splice_write,
 };
 
 const struct inode_operations exofs_file_inode_operations = {
This page took 0.025396 seconds and 5 git commands to generate.