X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=zbd.h;h=33e6d8bd4146e2f7d3f983994399ba1c64d08a8f;hp=d750b67ecea45317f939f38d04f599046aa56e2d;hb=b532dd6d476679b08e4a56a60e8a7dd958779df9;hpb=51ec037c71d3badd9418524d63b8cca549f6ff5d diff --git a/zbd.h b/zbd.h index d750b67e..33e6d8bd 100644 --- 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_*)