Bump support of zones to 256 max
[fio.git] / thread_options.h
index 353230055fb473ddb03a7f12b1f84cb966fce946..a9c3beec3a16d8eed9e984cff43f75156e5c0b9f 100644 (file)
@@ -26,7 +26,7 @@ enum fio_memtype {
 #define ERROR_STR_MAX  128
 
 #define BSSPLIT_MAX    64
-#define ZONESPLIT_MAX  64
+#define ZONESPLIT_MAX  256
 
 struct bssplit {
        uint32_t bs;