]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
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 f44eb0a04afdd8cea369af1395c3637a5f69122d..4c32e97dcdf00a22ebbcfc3c03f849ea90b2d9f5 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)
  */