X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Ffilecreate.c;h=fb3f389791d9c61a4f14ce4b68953b608ee20648;hp=6fa041cdbaa1421b775b2ecfcf68a479c2d507f0;hb=4634d057febe9b4d7028e6f02963a8fd8996ac6a;hpb=ec2ea18e87fad6c42d6875cd4ee1bb25ef9b4627 diff --git a/engines/filecreate.c b/engines/filecreate.c index 6fa041cd..fb3f3897 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; }