X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=12afa0651ae6e6800d7d316d09735a13178d88bf;hp=baaa9a8d51f57512d2a5ed062e12fa0d4cc658be;hb=3d7c391dbdc56f261447b2d8ab65e74a42a20c41;hpb=755200a326a33e5e19b16dfd5e013dd98bcf1916;ds=sidebyside diff --git a/fio.h b/fio.h index baaa9a8d..12afa065 100644 --- a/fio.h +++ b/fio.h @@ -609,7 +609,7 @@ extern void free_io_mem(struct thread_data *); */ #define queue_full(td) list_empty(&(td)->io_u_freelist) extern struct io_u *__get_io_u(struct thread_data *); -extern struct io_u *get_io_u(struct thread_data *, struct fio_file *); +extern struct io_u *get_io_u(struct thread_data *); extern void put_io_u(struct thread_data *, struct io_u *); extern void requeue_io_u(struct thread_data *, struct io_u **); extern long io_u_sync_complete(struct thread_data *, struct io_u *, endio_handler *);