blktrace: just ignore zero byte traces
[fio.git] / debug.h
diff --git a/debug.h b/debug.h
index 1765fdb61eb06a6518b2d67f9e4a000592dc55b6..e5e8040049ac3a25a53aa19e18f2684d3d6a11ae 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,9 +1,7 @@
 #ifndef FIO_DEBUG_H
 #define FIO_DEBUG_H
 
-#include <assert.h>
 #include "lib/types.h"
-#include "log.h"
 
 enum {
        FD_PROCESS      = 0,
@@ -44,6 +42,7 @@ enum {
        FIO_WARN_ZONED_BUG      = 4,
        FIO_WARN_IOLOG_DROP     = 8,
        FIO_WARN_FADVISE        = 16,
+       FIO_WARN_BTRACE_ZERO    = 32,
 };
 
 #ifdef FIO_INC_DEBUG