t/io_uring: print file depths
[fio.git] / engines / libhdfs.c
index 96a0871d873ee8813876ce4ee47709de8b3c5b58..6000160129402472385da53b478229b123db82b2 100644 (file)
@@ -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;