]> Gentwo Git Trees - linux/.git/commit
io_uring/kbuf: introduce struct io_br_sel
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 02:03:34 +0000 (20:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 24 Aug 2025 17:41:12 +0000 (11:41 -0600)
commitab6559bdbb08f6bee606435cd014fc5ba0f7b750
tree209f24bf6727f18ad8475e040c6b37fedc73b108
parent1b5add75d7c894c62506c9b55f1d9eaadae50ef1
io_uring/kbuf: introduce struct io_br_sel

Rather than return addresses directly from buffer selection, add a
struct around it. No functional changes in this patch, it's in
preparation for storing more buffer related information locally, rather
than in struct io_kiocb.

Link: https://lore.kernel.org/r/20250821020750.598432-7-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c
io_uring/kbuf.h
io_uring/net.c
io_uring/rw.c