]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: introduce struct iou_vec
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 7 Mar 2025 16:00:29 +0000 (16:00 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Mar 2025 16:07:29 +0000 (09:07 -0700)
commite1d499590977a492ae120d9263bd55076aabd460
tree11d97d8462945c701fc09aeb98ced7a340cbb41b
parent6e3da40ed6f3508dcf34b1539496bcccef7015ef
io_uring: introduce struct iou_vec

I need a convenient way to pass around and work with iovec+size pair,
put them into a structure and makes use of it in rw.c

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/d39fadafc9e9047b0a292e5be6db3cf2f48bb1f7.1741362889.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/rsrc.c
io_uring/rsrc.h
io_uring/rw.c
io_uring/rw.h