X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Ffilecreate.c;h=39a2950293f70b8e74e57624dfea5e1fb050d3c6;hb=5d665e96ca02da02210606c3eed0489f78f06310;hp=6fa041cdbaa1421b775b2ecfcf68a479c2d507f0;hpb=3d2d14bcb844e72809192311369a642c5d415472;p=fio.git diff --git a/engines/filecreate.c b/engines/filecreate.c index 6fa041cd..39a29502 100644 --- a/engines/filecreate.c +++ b/engines/filecreate.c @@ -55,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; }