verify: fix numberio accounting of experimental verify
[fio.git] / verify.c
index 0e1e4639348547b86319c67a05349e161f17b7e0..d6a229cac3f1c9b9aa05cad38e9b623ccafabd2f 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -1287,8 +1287,6 @@ void populate_verify_io_u(struct thread_data *td, struct io_u *io_u)
        if (td->o.verify == VERIFY_NULL)
                return;
 
-       io_u->numberio = td->io_issues[io_u->ddir];
-
        fill_pattern_headers(td, io_u, 0, 0);
 }