Introduce enum fio_q_status
[fio.git] / engines / falloc.c
index bb3ac85045b2f16fd650abe2c2081371acd6f2c1..a1f6a242b11bb60fe5742923105cfe394907145a 100644 (file)
@@ -66,7 +66,8 @@ open_again:
 #ifndef FALLOC_FL_PUNCH_HOLE
 #define FALLOC_FL_PUNCH_HOLE    0x02 /* de-allocates range */
 #endif 
-static int fio_fallocate_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status
+fio_fallocate_queue(struct thread_data *td, struct io_u *io_u)
 {
        struct fio_file *f = io_u->file;
        int ret;