io_uring/rsrc: bump struct io_mapped_ubuf length field to size_t
authorJens Axboe <axboe@kernel.dk>
Mon, 4 May 2026 11:40:16 +0000 (05:40 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 May 2026 14:12:23 +0000 (08:12 -0600)
commitca76b56a2a2acf9875e5cad68612085f25b463bb
treeca566b6f804b4f0b2aa4f07aa8c70f7c794fa54b
parentdf0a52537c0f95d5441eb0ba1bdbd2d864e6def9
io_uring/rsrc: bump struct io_mapped_ubuf length field to size_t

In preparation for supporting bigger individual buffers, bump the length
field to a full 8-bytes with size_t rather than an unsigned int.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/fdinfo.c
io_uring/rsrc.h