Fix rand_seed mismatches in verify phase
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 518d884f867565cd70b398281797712d0be84755..f68b2139ef8de06d6946b8e3fbed208dc0691a55 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1623,12 +1623,6 @@ static void io_completed(struct thread_data *td, struct io_u *io_u,
                                         utime_since_now(&td->start));
                }
 
-               if (td_write(td) && idx == DDIR_WRITE &&
-                   td->o.do_verify &&
-                   td->o.verify != VERIFY_NONE &&
-                   !td->o.experimental_verify)
-                       log_io_piece(td, io_u);
-
                icd->bytes_done[idx] += bytes;
 
                if (io_u->end_io) {