Merge branch 'global_dedup' of https://github.com/bardavid/fio
[fio.git] / engines / filedelete.c
index e882ccf0176726be863a605c81afc0f5fbd8e999..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, false);
+               add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0, 0);
        }
 
        return 0;