t/io_uring: wait if we're at queue limit
authorJens Axboe <axboe@kernel.dk>
Tue, 15 Jan 2019 17:58:17 +0000 (10:58 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 15 Jan 2019 17:58:17 +0000 (10:58 -0700)
There was an off-by-one there, it's perfectly fine not to specify
events to wait for if the submission will take us to the queue
depth limit.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found