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

aio: lift iov_iter_init() into aio_setup_..._rw()



the only non-trivial detail is that we do it before rw_verify_area(),
so we'd better cap the length ourselves in aio_setup_single_rw()
case (for vectored case rw_copy_check_uvector() will do that for us).

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ac15ac06
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment