Merge branch 'fio-docs-ci' of https://github.com/vincentkfu/fio
[fio.git] / engines / filedelete.c
index 64c586391037cf6b140f59bae351f8f4b08483ce..df388ac92004e04dd9a4d8e5f74d292b110d9ba0 100644 (file)
@@ -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, 0);
        }
 
        return 0;