io_uring: cap io_sqring_entries() at SQ ring size
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Mar 2023 16:05:31 +0000 (10:05 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Apr 2023 13:16:15 +0000 (07:16 -0600)
commite3ef728ff07b42668e7e12f49cd2f9055e064ec1
tree4633f05db2a396a10a1d419af4fede57972f5a56
parent2ad57931db641f3de627023afb8147a8ec0b41dc
io_uring: cap io_sqring_entries() at SQ ring size

We already do this manually for the !SQPOLL case, do it in general and
we can also dump the ugly min3() in io_submit_sqes().

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