X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=66463328dd0c3cd9667ce57095f998402da9fcf9;hp=a4f378d811dd87df2481db8756ee463306e44f9e;hb=ae2fafc8525e980b8271e3230a0fd4da660fddda;hpb=10b023db64eeb686eabdfa84faea45795ac8c34c diff --git a/io_u.c b/io_u.c index a4f378d8..66463328 100644 --- a/io_u.c +++ b/io_u.c @@ -1381,7 +1381,9 @@ static void io_completed(struct thread_data *td, struct io_u *io_u, td->io_blocks[idx]++; td->this_io_blocks[idx]++; td->io_bytes[idx] += bytes; - td->this_io_bytes[idx] += bytes; + + if (!(io_u->flags & IO_U_F_VER_LIST)) + td->this_io_bytes[idx] += bytes; if (idx == DDIR_WRITE) { f = io_u->file;