io_uring/kbuf: pass in 'len' argument for buffer commit
authorJens Axboe <axboe@kernel.dk>
Tue, 27 Aug 2024 14:26:07 +0000 (08:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Aug 2024 14:26:07 +0000 (08:26 -0600)
commit5f3b912d229ed3c04d7a92d0a2d8b877f9d968bc
treeb9d11856b73bdf080609e4335617ee116a817cf8
parent8f4bdaf163db1e8e62ba6be1a0c7e31c15596dcc
io_uring/kbuf: pass in 'len' argument for buffer commit

In preparation for needing the consumed length, pass in the length being
completed. Unused right now, but will be used when it is possible to
partially consume a buffer.

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/rw.c