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

bio_copy_user_iov(): don't ignore ->iov_offset



Since "block: support large requests in blk_rq_map_user_iov" we
started to call it with partially drained iter; that works fine
on the write side, but reads create a copy of iter for completion
time.  And that needs to take the possibility of ->iov_iter != 0
into account...

Cc: stable@vger.kernel.org #v4.5+
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 2b04e8f6
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