X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=a416856459c12ccf59cef5792efd126701bd7c0c;hp=de5c976e85cb0d636eadd21768fefaf601a66c95;hb=687270767de17dbad53c50e03e5d73d52505405c;hpb=15506d09caa78df3e36a6bab05cdf12092f2d507 diff --git a/fio.c b/fio.c index de5c976e..a4168564 100644 --- a/fio.c +++ b/fio.c @@ -773,6 +773,9 @@ static void *thread_main(void *data) if (open_files(td)) goto err; + if (init_random_map(td)) + goto err; + if (td->o.exec_prerun) { if (system(td->o.exec_prerun) < 0) goto err;