aboutsummaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorGravatar Damien Le Moal <damien.lemoal@wdc.com> 2021-05-10 08:48:06 +0900
committerGravatar Jens Axboe <axboe@kernel.dk> 2021-05-10 09:26:18 -0600
commit63c8af5687f6b1b70e9458cac1ffb25e86db1695 (patch)
tree746fcb3d4743d2108d104f043cfda19a352ee8ba /include/uapi
parentRevert "bio: limit bio max size" (diff)
downloadlinux-63c8af5687f6b1b70e9458cac1ffb25e86db1695.tar.gz
linux-63c8af5687f6b1b70e9458cac1ffb25e86db1695.tar.bz2
linux-63c8af5687f6b1b70e9458cac1ffb25e86db1695.zip
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>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h
index f44eb0a04afd..4c32e97dcdf0 100644
--- a/include/uapi/linux/fs.h
+++ b/include/uapi/linux/fs.h
@@ -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)
*/