X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fmmap.c;h=308b4665444cd619b73e6f5c3aeefbed78e56002;hp=ea7179da2325ece1b0fd7772271d74fff4e90a3e;hb=ea965d1f2fed8700f82158656167f7d396ed8719;hpb=b88beb60738e0ec936b3d0f5a09c315ebb654336 diff --git a/engines/mmap.c b/engines/mmap.c index ea7179da..308b4665 100644 --- a/engines/mmap.c +++ b/engines/mmap.c @@ -7,7 +7,6 @@ */ #include #include -#include #include #include @@ -178,7 +177,8 @@ done: return 0; } -static int fio_mmapio_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_mmapio_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; struct fio_mmap_data *fmd = FILE_ENG_DATA(f);