io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 14:41:57 +0000 (08:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 19:03:57 +0000 (13:03 -0600)
commit6d09b05cccd9ab49d3a4ad91c5ed80fff6496cfe
treeb346f15575c6c0add2f87fb7f7dd6fb6bc6753f6
parente3ceb4168fff469ed196dd04465ce19aabb8a6b6
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.

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