Remove dead FIO_FILE_NOSORT flag
[fio.git] / log.c
diff --git a/log.c b/log.c
index 5b21ee224d2b7a24131563581e5ff4e019f7c118..e7320ef82086c1d039a9ef1169d8cc744f5fc6ed 100644 (file)
--- a/log.c
+++ b/log.c
@@ -132,8 +132,7 @@ void log_io_piece(struct thread_data *td, struct io_u *io_u)
         * For both these cases, just reading back data in the order we
         * wrote it out is the fastest.
         */
-       if (!td_random(td) || !td->o.overwrite ||
-            (io_u->file->flags & FIO_FILE_NOSORT)) {
+       if (!td_random(td) || !td->o.overwrite) {
                INIT_LIST_HEAD(&ipo->list);
                list_add_tail(&ipo->list, &td->io_hist_list);
                return;