X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=zbd_types.h;h=5ed41aa06c8ac371e264b9fd62af3a33a848bf9f;hp=2f2f13248c2256083dfb98a480d3c155123a959b;hb=b34eb155e4a6a05dbe43b0f7342a8118d09fdc7c;hpb=427a7e0950a49a6e350a8e63a31cd8b1f331d4cc diff --git a/zbd_types.h b/zbd_types.h index 2f2f1324..5ed41aa0 100644 --- a/zbd_types.h +++ b/zbd_types.h @@ -8,7 +8,7 @@ #include -#define ZBD_MAX_OPEN_ZONES 128 +#define ZBD_MAX_OPEN_ZONES 4096 /* * Zoned block device models. @@ -50,6 +50,7 @@ struct zbd_zone { uint64_t start; uint64_t wp; uint64_t len; + uint64_t capacity; enum zbd_zone_type type; enum zbd_zone_cond cond; };