Skip to content

Commit

Permalink
Merge branch 'issue-1735' of https://github.com/yygcode/fio
Browse files Browse the repository at this point in the history
* 'issue-1735' of https://github.com/yygcode/fio:
  iolog: fix disk stats issue
  • Loading branch information
vincentkfu committed Mar 22, 2024
2 parents da7ec91 + c492cb1 commit 2b03792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iolog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2b03792

Please sign in to comment.