Fix failure to verify in mixed read/write workload with backlog
[fio.git] / ioengine.h
index efca45e2744fd6222cb0b516be793371293dc33e..61cb396f5e0e792f87b862976a426695338e524b 100644 (file)
@@ -11,6 +11,7 @@ enum {
        IO_U_F_BUSY_OK          = 1 << 4,
        IO_U_F_TRIMMED          = 1 << 5,
        IO_U_F_BARRIER          = 1 << 6,
+       IO_U_F_VER_LIST         = 1 << 7,
 };
 
 /*