Merge branch 'wip-single-glfs-instance' of https://github.com/zhanghuan/fio
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index da25efb90bfdccb670c7c4a125c59f9f917536fb..4f433c3f314989758df380c32399210a86ed9572 100644 (file)
--- a/io_u.h
+++ b/io_u.h
@@ -3,7 +3,6 @@
 
 #include "compiler/compiler.h"
 #include "os/os.h"
-#include "log.h"
 #include "io_ddir.h"
 #include "debug.h"
 #include "file.h"
@@ -114,9 +113,6 @@ struct io_u {
 #ifdef CONFIG_SOLARISAIO
                aio_result_t resultp;
 #endif
-#ifdef FIO_HAVE_BINJECT
-               struct b_user_cmd buc;
-#endif
 #ifdef CONFIG_RDMA
                struct ibv_mr *mr;
 #endif