X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fpmemblk.c;h=45f6fb6501a216b78dbfdae34f7ef3807aa77669;hp=264eb713cf7906ae7acb43737706e345b718a769;hb=01bf5128d0581e267383f280c6a1dcd26517240f;hpb=363a5f6568b682071153e4c570ecc60186d6c814 diff --git a/engines/pmemblk.c b/engines/pmemblk.c index 264eb713..45f6fb65 100644 --- a/engines/pmemblk.c +++ b/engines/pmemblk.c @@ -342,7 +342,8 @@ static int fio_pmemblk_get_file_size(struct thread_data *td, struct fio_file *f) return 0; } -static int fio_pmemblk_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_pmemblk_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; fio_pmemblk_file_t pmb = FILE_ENG_DATA(f);