new helper: add_to_pipe()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 18 Sep 2016 02:38:20 +0000 (22:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 4 Oct 2016 00:40:55 +0000 (20:40 -0400)
commit79fddc4efd5d4de5cf210fe5ecf4d2734140849a
treecc76cc5ce2cd39ec55d850b820c97f14a54f2728
parent8924feff66f35fe22ce77aafe3f21eb8e5cff881
new helper: add_to_pipe()

single-buffer analogue of splice_to_pipe(); vmsplice_to_pipe() switched
to that, leaving splice_to_pipe() only for ->splice_read() instances
(and that only until they are converted as well).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/splice.c
include/linux/splice.h