The following changes since commit c21198d9cd52b6239c8f9de2373574a7683a0593: t/io_uring: use the right check for when to wait (2019-01-13 22:52:07 -0700) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 93d1811ce6a510d36d61381840283d1ae9933b37: t/io_uring: pick next file if we're over the limti (2019-01-15 05:57:54 -0700) ---------------------------------------------------------------- Jens Axboe (1): t/io_uring: pick next file if we're over the limti t/io_uring.c | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/t/io_uring.c b/t/io_uring.c index 7ddeef39..b5f1e094 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -172,6 +172,7 @@ static void init_io(struct submitter *s, unsigned index) s->cur_file++; if (s->cur_file == s->nr_files) s->cur_file = 0; + f = &s->files[s->cur_file]; } } f->pending_ios++;