Skip to content
Commit 8d020765 authored by Al Viro's avatar Al Viro
Browse files

->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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 62a8067a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment