X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_u.c;h=d794f011a28332bc96f9e85df16efca920e4f418;hb=cc62ea704e4de10eb595b551f29af41266cf225d;hp=8a033485e7cf9eee2adbb893ab2d13bd2695dde0;hpb=9a20162c2095b7e33c673e1f5c7df9b57a18ace1;p=fio.git diff --git a/io_u.c b/io_u.c index 8a033485..d794f011 100644 --- a/io_u.c +++ b/io_u.c @@ -1375,7 +1375,8 @@ static void io_completed(struct thread_data *td, struct io_u *io_u, } } - if (ramp_time_over(td) && td->runstate == TD_RUNNING) { + if (ramp_time_over(td) && (td->runstate == TD_RUNNING || + td->runstate == TD_VERIFYING)) { account_io_completion(td, io_u, icd, idx, bytes); if (__should_check_rate(td, idx)) {