X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Ffilecreate.c;h=39a2950293f70b8e74e57624dfea5e1fb050d3c6;hp=fb3f389791d9c61a4f14ce4b68953b608ee20648;hb=ce4d13ca162df4127ec3b5911553802c53396705;hpb=d3b07186b1d4c7c1d9adc1306407458ce41ad048 diff --git a/engines/filecreate.c b/engines/filecreate.c index fb3f3897..39a29502 100644 --- a/engines/filecreate.c +++ b/engines/filecreate.c @@ -55,8 +55,8 @@ static int open_file(struct thread_data *td, struct fio_file *f) return 0; } -static enum fio_q_status -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; }