Skip to content
Commit 81055e58 authored by Al Viro's avatar Al Viro
Browse files

optimize copy_page_{to,from}_iter()



if we'd ended up in the end of a segment, jump to the
beginning of the next one (iov_offset = 0, iov++),
rather than having the next primitive deal with that.

Ought to be folded back...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 6abd2322
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