The following changes since commit 246054544cc74b56b063640ecb538893ea613936: Merge branch 'evelu-typo' of https://github.com/ErwanAliasr1/fio (2021-10-14 15:01:30 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 7d1ce4b752e67868b3c7eb9aa5972ceec51210aa: t/io_uring: Fix the parameters calculation for multiple threads scenario (2021-10-15 06:20:47 -0600) ---------------------------------------------------------------- Pankaj Raghav (1): t/io_uring: Fix the parameters calculation for multiple threads scenario 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 5a80e074..a87042f8 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -1348,6 +1348,7 @@ int main(int argc, char *argv[]) stats_running = 1; for (j = 0; j < nthreads; j++) { + s = get_submitter(j); this_done += s->done; this_call += s->calls; this_reap += s->reaps;