X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fmtd.c;h=b9f431643f6d182eb65f59c0287ee127360fea32;hb=3114b675fd2b77ffa0f485b466811feb34dc57ed;hp=5f822fc1f52009c9b60aa8cd9bd18fd3d9186f35;hpb=3d2d14bcb844e72809192311369a642c5d415472;p=fio.git diff --git a/engines/mtd.c b/engines/mtd.c index 5f822fc1..b9f43164 100644 --- a/engines/mtd.c +++ b/engines/mtd.c @@ -71,7 +71,8 @@ static int fio_mtd_is_bad(struct thread_data *td, return ret; } -static int fio_mtd_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_mtd_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; struct fio_mtd_data *fmd = FILE_ENG_DATA(f);