]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0951a5b10d52f6c209cf5ab0e73065b5ef06f359
tree19d74fbaafb300aa05523ad0ecb60f24f82c5d1f
parent1e5e29513931b7f08f97042c3966a19adf7287b4
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