block: uapi: fix comment about block device ioctl
Fix the comment mentioning ioctl command range used for zoned block devices to reflect the range of commands actually implemented. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Link: https://lore.kernel.org/r/20210509234806.3000-1-damien.lemoal@wdc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
35c820e715
commit
63c8af5687
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ struct fsxattr {
|
||||||
#define BLKROTATIONAL _IO(0x12,126)
|
#define BLKROTATIONAL _IO(0x12,126)
|
||||||
#define BLKZEROOUT _IO(0x12,127)
|
#define BLKZEROOUT _IO(0x12,127)
|
||||||
/*
|
/*
|
||||||
* A jump here: 130-131 are reserved for zoned block devices
|
* A jump here: 130-136 are reserved for zoned block devices
|
||||||
* (see uapi/linux/blkzoned.h)
|
* (see uapi/linux/blkzoned.h)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue