X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fdev-dax.c;h=0660bba563e6a4a522ba5ace408b78ffe4744e3c;hb=1f90e9bb1ecd102400ba43c40d7237cae25e95eb;hp=caae1e09b5f8112d1725a5300b43ed4d1a9a56da;hpb=f23ff35ed3db83db98ac2909eeec5144a181811e;p=fio.git diff --git a/engines/dev-dax.c b/engines/dev-dax.c index caae1e09..0660bba5 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;