X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Ffilecreate.c;h=39a2950293f70b8e74e57624dfea5e1fb050d3c6;hb=8c5fa7552ff7e2ed0e50e22c0e132f1d43be6359;hp=0c3bcdd6b1989e3c331331021cf592e90cd897a2;hpb=d25f5ae81c4a5dedf4f5c5a2323a20fe77e5b86f;p=fio.git diff --git a/engines/filecreate.c b/engines/filecreate.c index 0c3bcdd6..39a29502 100644 --- a/engines/filecreate.c +++ b/engines/filecreate.c @@ -5,12 +5,10 @@ * of the file creation. */ #include -#include #include #include #include "../fio.h" -#include "../filehash.h" struct fc_data { enum fio_ddir stat_ddir; @@ -57,7 +55,8 @@ static int open_file(struct thread_data *td, struct fio_file *f) return 0; } -static int queue_io(struct thread_data *td, struct io_u fio_unused *io_u) +static enum fio_q_status queue_io(struct thread_data *td, + struct io_u fio_unused *io_u) { return FIO_Q_COMPLETED; }