diff --git a/backend.c b/backend.c index 928e524a37..29f24f83c4 100644 --- a/backend.c +++ b/backend.c @@ -1070,7 +1070,8 @@ static void do_io(struct thread_data *td, uint64_t *bytes_done) if (td_write(td) && io_u->ddir == DDIR_WRITE && td->o.do_verify && td->o.verify != VERIFY_NONE && - !td->o.experimental_verify) + !td->o.experimental_verify && + !td_ioengine_flagged(td, FIO_UNIDIR)) log_io_piece(td, io_u); if (td->o.io_submit_mode == IO_MODE_OFFLOAD) {