X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Ffilecreate.c;h=5fec8544a6a79898fed4e6c4854ffd416234c66a;hb=f07528f0629efa0c55bbdb1bdcc9dfdacc32fb47;hp=39a2950293f70b8e74e57624dfea5e1fb050d3c6;hpb=2e4ef4fbd69eb6d4c07f2f362463e3f3df2e808c;p=fio.git diff --git a/engines/filecreate.c b/engines/filecreate.c index 39a29502..5fec8544 100644 --- a/engines/filecreate.c +++ b/engines/filecreate.c @@ -49,7 +49,7 @@ static int open_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); + add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0); } return 0;