X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Ffilecreate.c;h=4bb13c348c1a4113a1425dbf620dc5d74a8264be;hp=5fec8544a6a79898fed4e6c4854ffd416234c66a;hb=03ec570f6e571b1731378b8fcf4843e8051db7ed;hpb=b2a432bfbb6d10e93f2c8f8092d6db672d45af0d diff --git a/engines/filecreate.c b/engines/filecreate.c index 5fec8544..4bb13c34 100644 --- a/engines/filecreate.c +++ b/engines/filecreate.c @@ -22,7 +22,7 @@ static int open_file(struct thread_data *td, struct fio_file *f) dprint(FD_FILE, "fd open %s\n", f->file_name); if (f->filetype != FIO_TYPE_FILE) { - log_err("fio: only files are supported fallocate \n"); + log_err("fio: only files are supported\n"); return 1; } if (!strcmp(f->file_name, "-")) { @@ -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, 0); + add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0, false); } return 0;