X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=ed14c41f0c645bc5c9378b84d183e89c81955d34;hp=d005625a5dc7af2b03e257dabcdc4d4f395c7234;hb=21972cdef7db6b557c2d56138f8434658a9d1e49;hpb=132ad46d22bcf12da95ad69e03c1b6f23f5e60a9 diff --git a/fio.c b/fio.c index d005625a..ed14c41f 100644 --- a/fio.c +++ b/fio.c @@ -656,6 +656,8 @@ static void *thread_main(void *data) if (!td->create_serialize && setup_files(td)) goto err; + if (open_files(td)) + goto err; gettimeofday(&td->epoch, NULL);