diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-01-24 04:20:13 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-24 13:11:42 -0500 |
commit | 745815f955f65f22d378d69822da11043d00aaff (patch) | |
tree | ca120b02880c2dd16e563a6d055a17ae2e55dde5 | |
parent | c83f536a87d9dd6d6bf989c0b0882459a902eb07 (diff) |
uapi: fix ioctl documentation
The description of the BLKGETNRZONES zoned block device ioctl was not
added as a comment together with this ioctl definition in commit
65e4e3eee83d7 ("block: Introduce BLKGETNRZONES ioctl"). Add its
description here.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | include/uapi/linux/blkzoned.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/blkzoned.h b/include/uapi/linux/blkzoned.h index 6fa38d001d84..498eec813494 100644 --- a/include/uapi/linux/blkzoned.h +++ b/include/uapi/linux/blkzoned.h | |||
@@ -138,6 +138,7 @@ struct blk_zone_range { | |||
138 | * @BLKRESETZONE: Reset the write pointer of the zones in the specified | 138 | * @BLKRESETZONE: Reset the write pointer of the zones in the specified |
139 | * sector range. The sector range must be zone aligned. | 139 | * sector range. The sector range must be zone aligned. |
140 | * @BLKGETZONESZ: Get the device zone size in number of 512 B sectors. | 140 | * @BLKGETZONESZ: Get the device zone size in number of 512 B sectors. |
141 | * @BLKGETNRZONES: Get the total number of zones of the device. | ||
141 | */ | 142 | */ |
142 | #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report) | 143 | #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report) |
143 | #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range) | 144 | #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range) |