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>
Thu, 21 Aug 2025 00:41:25 +0000 (18:41 -0600)
commit49339e82bf7faa8b5e3d12e5cfaf70de2ec5fc88
treef7d9ef14743995c87a13b0b2744455d3ede01ac9
parent415f0fc31fb7492cff887596d26bf6a6b93dcc9a
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