]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit888ed142fd2a496d2ad6d8b4ce588c3babd66649
treecc76cc5ce2cd39ec55d850b820c97f14a54f2728
parent14bbbe834df5e775a1e963bf49a72a6fd6325216
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