Skip to content
Commit e03ad4ee authored by Jens Axboe's avatar Jens Axboe
Browse files

iov_iter: convert import_single_range() to ITER_UBUF



Since we're just importing a single vector, we don't have to turn it
into an ITER_IOVEC. Instead turn it into an ITER_UBUF, which is cheaper
to iterate.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 747b1f65
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