X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.c;h=598548d2f037ad4314254cb4b5f14f9722fb4ebf;hb=f31feaa21642929b6d9d5396b73669372fda9a0a;hp=3f0fc22bc049121ab7488fd81665adbeafec264b;hpb=c47537ee91cd4f73e575c371c28ca2ac6babd2c1;p=fio.git diff --git a/iolog.c b/iolog.c index 3f0fc22b..598548d2 100644 --- a/iolog.c +++ b/iolog.c @@ -235,8 +235,7 @@ void log_io_piece(struct thread_data *td, struct io_u *io_u) * to check for duplicate blocks and drop the old one, which we rely on * the rb insert/lookup for handling. */ - if (((!td->o.verifysort) || !td_random(td)) && - file_randommap(td, ipo->file)) { + if (file_randommap(td, ipo->file)) { INIT_FLIST_HEAD(&ipo->list); flist_add_tail(&ipo->list, &td->io_hist_list); ipo->flags |= IP_F_ONLIST;