io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 02:03:33 +0000 (20:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 11:37:40 +0000 (05:37 -0600)
commit1faa81dae8e9480f2ebb7a59b224889d42234e86
treee7e92705a7a92e823368cb0e1983095c05f68145
parentd2f1d2c8f9ea53b5a13e89149657c245094fa3b2
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers

Rather than have this implied being in the io_kiocb, pass it in directly
so it's immediately obvious where these users of ->buf_list are coming
from.

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