diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2021-05-10 02:48:06 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-05-10 18:26:18 +0300 |
commit | 63c8af5687f6b1b70e9458cac1ffb25e86db1695 (patch) | |
tree | 746fcb3d4743d2108d104f043cfda19a352ee8ba /include | |
parent | 35c820e71565d1fa835b82499359218b219828ac (diff) | |
download | linux-63c8af5687f6b1b70e9458cac1ffb25e86db1695.tar.xz |
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')
-rw-r--r-- | include/uapi/linux/fs.h | 2 |
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) */ |