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

iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()



Just have copy_page_{to,from}_iter() fall back to kmap_atomic +
copy_{to,from}_iter() + kunmap_atomic() in ITER_BVEC case.  As
the matter of fact, that's what we want to do for any iov_iter
kind that isn't blocking - e.g. ITER_KVEC will also go that way
once we recognize it on iov_iter.c primitives level

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