Deprecate verifysort and verifysort_nr
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index 3f0fc22bc049121ab7488fd81665adbeafec264b..598548d2f037ad4314254cb4b5f14f9722fb4ebf 100644 (file)
--- 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;