zbd: Fix incorrect comments
authorDamien Le Moal <damien.lemoal@wdc.com>
Fri, 28 Sep 2018 05:53:53 +0000 (14:53 +0900)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Sep 2018 14:52:03 +0000 (08:52 -0600)
Commit ee3696bdfd84 ("zbd: Use bytes unit") changed the zone info
structure zone start and zone wp location unit to bytes. Reflect this
change in the fio_zone_info structure comments.

Fixes: ee3696bdfd84 ("zbd: Use bytes unit")
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zbd.h

diff --git a/zbd.h b/zbd.h
index d750b67ecea45317f939f38d04f599046aa56e2d..33e6d8bd4146e2f7d3f983994399ba1c64d08a8f 100644 (file)
--- a/zbd.h
+++ b/zbd.h
@@ -31,8 +31,8 @@ enum io_u_action {
 
 /**
  * struct fio_zone_info - information about a single ZBD zone
- * @start: zone start in 512 byte units
- * @wp: zone write pointer location in 512 byte units
+ * @start: zone start location (bytes)
+ * @wp: zone write pointer location (bytes)
  * @verify_block: number of blocks that have been verified for this zone
  * @mutex: protects the modifiable members in this structure
  * @type: zone type (BLK_ZONE_TYPE_*)