commit | 79fddc4efd5d4de5cf210fe5ecf4d2734140849a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Sep 17 22:38:20 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 03 20:40:55 2016 -0400 |
tree | cc76cc5ce2cd39ec55d850b820c97f14a54f2728 | |
parent | 8924feff66f35fe22ce77aafe3f21eb8e5cff881 [diff] |
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>