commit | 8d0207652cbe27d1f962050737848e5ad4671958 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 05 04:27:08 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 12 00:18:51 2014 -0400 |
tree | 2cd92ec3cfc66cdfd3cff1b4a46f1b5a4f4b8197 | |
parent | 62a8067a7f35dba2de501c9cb00e4cf36da90bc0 [diff] |
->splice_write() via ->write_iter() iter_file_splice_write() - a ->splice_write() instance that gathers the pipe buffers, builds a bio_vec-based iov_iter covering those and feeds it to ->write_iter(). A bunch of simple cases coverted to that... [AV: fixed the braino spotted by Cyrill] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>