]> Gentwo Git Trees - linux/.git/commit
io_uring: refactor rings_size nosqarray handling
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 12 Nov 2025 12:45:53 +0000 (12:45 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Nov 2025 14:27:34 +0000 (07:27 -0700)
commite279bb4b4c4d012808fb21ff41183a2e76c26679
tree458e405a7a38717846a7c710ab31c54cff43c787
parentecb8490b2f4393550a2651f547b7fa67490c4881
io_uring: refactor rings_size nosqarray handling

A preparation patch inversing the IORING_SETUP_NO_SQARRAY check, this
way there is only one successful return path from the function, which
will be helpful later.

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