X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=e8472769d614bd1cabd9ea70cc3c1618fd616a5d;hp=5c02f1c46408fb0e2f781f1ba15118e710935a4e;hb=691c8fb014da9dd82e999a90b5511423f4eee188;hpb=173081581f94dc4f9f203eb7a7922fc843bfafde diff --git a/filesetup.c b/filesetup.c index 5c02f1c4..e8472769 100644 --- a/filesetup.c +++ b/filesetup.c @@ -425,6 +425,9 @@ int setup_files(struct thread_data *td) 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