X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fdev-dax.c;h=807d8505b21121999bb5f6b6626e7ab0aced1877;hp=caae1e09b5f8112d1725a5300b43ed4d1a9a56da;hb=d3b07186b1d4c7c1d9adc1306407458ce41ad048;hpb=18f6165ecf9fd73a1bf5db79f7e80df45e31d52f diff --git a/engines/dev-dax.c b/engines/dev-dax.c index caae1e09..807d8505 100644 --- a/engines/dev-dax.c +++ b/engines/dev-dax.c @@ -182,7 +182,8 @@ done: return 0; } -static int fio_devdax_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status +fio_devdax_queue(struct thread_data *td, struct io_u *io_u) { fio_ro_check(td, io_u); io_u->error = 0;