X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Ffiledelete.c;h=e882ccf0176726be863a605c81afc0f5fbd8e999;hp=64c586391037cf6b140f59bae351f8f4b08483ce;hb=03ec570f6e571b1731378b8fcf4843e8051db7ed;hpb=1437d6357429f4294c5b64eaa1380fc594079a54 diff --git a/engines/filedelete.c b/engines/filedelete.c index 64c58639..e882ccf0 100644 --- a/engines/filedelete.c +++ b/engines/filedelete.c @@ -51,7 +51,7 @@ static int delete_file(struct thread_data *td, struct fio_file *f) uint64_t nsec; nsec = ntime_since_now(&start); - add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0); + add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0, false); } return 0;