switch generic_file_splice_read() to use of ->read_iter()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 23 Sep 2016 03:35:42 +0000 (23:35 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 5 Oct 2016 22:23:56 +0000 (18:23 -0400)
commit82c156f853840645604acd7c2cebcb75ed1b6652
tree19d74fbaafb300aa05523ad0ecb60f24f82c5d1f
parent241699cd72a8489c9446ae3910ddd243e9b9061b
switch generic_file_splice_read() to use of ->read_iter()

... and kill the ->splice_read() instances that can be switched to it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
16 files changed:
drivers/staging/lustre/lustre/llite/file.c
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/llite/vvp_internal.h
drivers/staging/lustre/lustre/llite/vvp_io.c
fs/coda/file.c
fs/gfs2/file.c
fs/nfs/file.c
fs/nfs/internal.h
fs/nfs/nfs4file.c
fs/ocfs2/file.c
fs/ocfs2/ocfs2_trace.h
fs/splice.c
fs/xfs/xfs_file.c
fs/xfs/xfs_trace.h
include/linux/fs.h
mm/shmem.c