X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=f25eab921fc379691466b9e8c3866efd3a2133eb;hp=6dd7f6a0285df0613d15d6590f9a604e90cd6b49;hb=a1e7972d96ce1482aa43c2fcafd81d6c7f3c44d2;hpb=8a99fdf63e1350fc2c35794e1c1f779885905b29 diff --git a/verify.c b/verify.c index 6dd7f6a0..f25eab92 100644 --- a/verify.c +++ b/verify.c @@ -973,6 +973,7 @@ int get_next_verify(struct thread_data *td, struct io_u *io_u) io_u->offset = ipo->offset; io_u->buflen = ipo->len; io_u->file = ipo->file; + io_u->flags |= IO_U_F_VER_LIST; if (ipo->flags & IP_F_TRIMMED) io_u->flags |= IO_U_F_TRIMMED;