Skip to content

Commit 2b03792

Browse files
committed
Merge branch 'issue-1735' of https://github.com/yygcode/fio
* 'issue-1735' of https://github.com/yygcode/fio: iolog: fix disk stats issue
2 parents da7ec91 + c492cb1 commit 2b03792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iolog.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ bool init_iolog(struct thread_data *td)
814814
if (!ret)
815815
td_verror(td, EINVAL, "failed initializing iolog");
816816

817+
init_disk_util(td);
818+
817819
return ret;
818820
}
819821

0 commit comments

Comments
 (0)