zbd: fix write zone accounting of trim workload
[fio.git] / zbd.h
diff --git a/zbd.h b/zbd.h
index 25a3e0f1f9c802f3a6e51c1eaf38088806b8a2c6..f0ac98763ca71f38b36174a74ce41dfdd7d40dff 100644 (file)
--- a/zbd.h
+++ b/zbd.h
@@ -100,7 +100,7 @@ enum fio_ddir zbd_adjust_ddir(struct thread_data *td, struct io_u *io_u,
                              enum fio_ddir ddir);
 enum io_u_action zbd_adjust_block(struct thread_data *td, struct io_u *io_u);
 char *zbd_write_status(const struct thread_stat *ts);
-int zbd_do_io_u_trim(const struct thread_data *td, struct io_u *io_u);
+int zbd_do_io_u_trim(struct thread_data *td, struct io_u *io_u);
 
 static inline void zbd_close_file(struct fio_file *f)
 {