Skip to content

Commit

Permalink
shmem: switch to iter_file_splice_write()
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Jun 12, 2014
1 parent 4da54c2 commit f6cb85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ static const struct file_operations shmem_file_operations = {
.write_iter = generic_file_write_iter,
.fsync = noop_fsync,
.splice_read = shmem_file_splice_read,
.splice_write = generic_file_splice_write,
.splice_write = iter_file_splice_write,
.fallocate = shmem_fallocate,
#endif
};
Expand Down

0 comments on commit f6cb85d

Please sign in to comment.