]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring: convert params to pointer in ring reisze
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 12 Nov 2025 12:45:55 +0000 (12:45 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Nov 2025 14:27:34 +0000 (07:27 -0700)
commit929dbbb699110c9377da721ed7b44a660bb4ee01
tree94abe0819344105e2e07ad287183a193f690c1ed
parent94cd832916521d8d51b25b40691354c24831c655
io_uring: convert params to pointer in ring reisze

The parameters in io_register_resize_rings() will be moved into another
structure in a later patch. In preparation to that, convert the params
variable it to a pointer, but still store the data on stack.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/register.c