X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=5177795c32c7b05d852c79e154411e7e281a6db8;hb=81887d5dcd608492e59ed3fb2ac8fcb463223120;hp=fe314bfde1eebd1e18ed6178103ce33ec9ff5f3d;hpb=061c86982ea02651cab2239b12983dd382019f26;p=fio.git diff --git a/fio.h b/fio.h index fe314bfd..5177795c 100644 --- a/fio.h +++ b/fio.h @@ -175,11 +175,6 @@ struct io_u { * Callback for io completion */ int (*end_io)(struct thread_data *, struct io_u *); - - /* - * Called when io_u is about to be freed - */ - void (*unmap)(struct thread_data *, struct io_u *); }; /* @@ -375,6 +370,7 @@ struct thread_stat { unsigned long usr_time; unsigned long sys_time; unsigned long ctx; + unsigned long minf, majf; /* * IO depth and latency stats