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>
Thu, 21 Aug 2025 00:41:20 +0000 (18:41 -0600)
commit415f0fc31fb7492cff887596d26bf6a6b93dcc9a
treefc5b361a19906c9b6e9e7c6f8554c5c53a06155e
parenteacfd8f5479b7b96cea2eaa23be0cb0114be4168
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