block: uapi: fix comment about block device ioctl
authorDamien Le Moal <damien.lemoal@wdc.com>
Sun, 9 May 2021 23:48:06 +0000 (08:48 +0900)
committerJens Axboe <axboe@kernel.dk>
Mon, 10 May 2021 15:26:18 +0000 (09:26 -0600)
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>
include/uapi/linux/fs.h

index f44eb0a..4c32e97 100644 (file)
@@ -185,7 +185,7 @@ struct fsxattr {
 #define BLKROTATIONAL _IO(0x12,126)
 #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)
  */