iolog: fix disk stats issue
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index 760d7b0a43d97962bb7d065c6e464c7b89a7f5f5..aad6e09b8929ed4ca9541261b16c249a64313359 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -588,6 +588,8 @@ int init_iolog(struct thread_data *td)
        if (ret)
                td_verror(td, EINVAL, "failed initializing iolog");
 
+       init_disk_util(td);
+
        return ret;
 }