X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_u.h;h=b432a54010ebc5f154e1ff7e220c9719c001a33d;hb=913028e97ceedcf2cf1ec6ec32228b3c50e7337c;hp=55b4d08312b2d3fff93f341ff194f22a426d09e6;hpb=5f81856714671287e93e087af8943d3d1779dd5f;p=fio.git diff --git a/io_u.h b/io_u.h index 55b4d083..b432a540 100644 --- a/io_u.h +++ b/io_u.h @@ -162,7 +162,7 @@ void io_u_mark_submit(struct thread_data *, unsigned int); bool queue_full(const struct thread_data *); int do_io_u_sync(const struct thread_data *, struct io_u *); -int do_io_u_trim(const struct thread_data *, struct io_u *); +int do_io_u_trim(struct thread_data *, struct io_u *); #ifdef FIO_INC_DEBUG static inline void dprint_io_u(struct io_u *io_u, const char *p)