X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=backend.c;h=2f46329376451f18a49c94696e84687dda4390d8;hp=2f103b3abb15f7d25e45d82f536b925075518bdd;hb=95af8dd57a7a9a564f99492bb1e04bb6d13b95b1;hpb=08dc3bd5061269afa96e72d5e5985a11ea51ed01 diff --git a/backend.c b/backend.c index 2f103b3a..2f463293 100644 --- a/backend.c +++ b/backend.c @@ -1704,6 +1704,9 @@ static void *thread_main(void *data) if (init_io_u(td)) goto err; + if (td->io_ops->post_init && td->io_ops->post_init(td)) + goto err; + if (o->verify_async && verify_async_init(td)) goto err;