Merge branch 'issue-1735' of https://github.com/yygcode/fio
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index 251e9d7fa2f8c4386b55fb2441229ae3cc9512de..96af4f33e186dd4ec1a02b851a1c7ae4c0b1eaeb 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -814,6 +814,8 @@ bool init_iolog(struct thread_data *td)
        if (!ret)
                td_verror(td, EINVAL, "failed initializing iolog");
 
+       init_disk_util(td);
+
        return ret;
 }