io_uring/kbuf: introduce struct io_br_sel
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 15:44:13 +0000 (09:44 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 19:03:57 +0000 (13:03 -0600)
commit95bf5873f257e233ffb8bc4b3523de0e36fa9dd3
tree33002ecf53144c12036de909532dfb0216a638fc
parent6d09b05cccd9ab49d3a4ad91c5ed80fff6496cfe
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.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c
io_uring/kbuf.h
io_uring/net.c
io_uring/rw.c