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>
Thu, 29 Aug 2024 14:44:51 +0000 (08:44 -0600)
commit6733e678ba1226ad0df94f0bb095df121c54d701
treeb9d11856b73bdf080609e4335617ee116a817cf8
parent641a6816795b208aa7ccac751acaae580897db10
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