zbd: don't lock zones outside working area
[fio.git] / file.h
diff --git a/file.h b/file.h
index ae0e6fc8996d02f8ca2e5a76629a3dd3cf94b00d..375bbfd33ed805d70f1443ea4308ce1ece746ca6 100644 (file)
--- a/file.h
+++ b/file.h
@@ -104,6 +104,9 @@ struct fio_file {
         * Zoned block device information. See also zonemode=zbd.
         */
        struct zoned_block_device_info *zbd_info;
+       /* zonemode=zbd working area */
+       uint32_t min_zone;      /* inclusive */
+       uint32_t max_zone;      /* exclusive */
 
        /*
         * Track last end and last start of IO for a given data direction