Skip to content
Commit c1917514 authored by Keith Busch's avatar Keith Busch Committed by Jakub Kicinski
Browse files

caif: don't assume iov_iter type



The details of the iov_iter types are appropriately abstracted, so
there's no need to check for specific type fields. Just let the
abstractions handle it.

This is preparing for io_uring/net's io_send to utilize the more
efficient ITER_UBUF.

Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
Reviewed-by: default avatarJens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20230111184245.3784393-1-kbusch@meta.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e471d83e
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