X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=e12382b83f3c959d03cc7c8babea40b8947d02c7;hp=46d97319fc174512fc4ca353486144c57097db31;hb=8f7630813305a4f4f04a5f9ba20b2a7d486c0cfb;hpb=4ed22fe532123f81e618269e9a77b7b41e0e9cad;ds=inline diff --git a/io_u.c b/io_u.c index 46d97319..e12382b8 100644 --- a/io_u.c +++ b/io_u.c @@ -1994,7 +1994,7 @@ int io_u_queued_complete(struct thread_data *td, int min_evts) */ void io_u_queued(struct thread_data *td, struct io_u *io_u) { - if (!td->o.disable_slat) { + if (!td->o.disable_slat && ramp_time_over(td)) { unsigned long slat_time; slat_time = utime_since(&io_u->start_time, &io_u->issue_time);