X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Flibhdfs.c;h=6000160129402472385da53b478229b123db82b2;hb=44f668d7ba3d82c1218951b8c9ed058bedb89e17;hp=96a0871d873ee8813876ce4ee47709de8b3c5b58;hpb=dda13f44d6d97a2c0865f6fbfed70c45071592b3;p=fio.git diff --git a/engines/libhdfs.c b/engines/libhdfs.c index 96a0871d..60001601 100644 --- a/engines/libhdfs.c +++ b/engines/libhdfs.c @@ -165,7 +165,8 @@ static int fio_hdfsio_prep(struct thread_data *td, struct io_u *io_u) return 0; } -static int fio_hdfsio_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_hdfsio_queue(struct thread_data *td, + struct io_u *io_u) { struct hdfsio_data *hd = td->io_ops_data; struct hdfsio_options *options = td->eo;