blktrace improvements and fixups
[fio.git] / filesetup.c
index 5c02f1c46408fb0e2f781f1ba15118e710935a4e..e8472769d614bd1cabd9ea70cc3c1618fd616a5d 100644 (file)
@@ -425,6 +425,9 @@ int setup_files(struct thread_data *td)
 
        dprint(FD_FILE, "setup files\n");
 
 
        dprint(FD_FILE, "setup files\n");
 
+       if (td->o.read_iolog_file)
+               return 0;
+
        /*
         * if ioengine defines a setup() method, it's responsible for
         * opening the files and setting f->real_file_size to indicate
        /*
         * if ioengine defines a setup() method, it's responsible for
         * opening the files and setting f->real_file_size to indicate