diff options
author | 2021-05-10 08:48:06 +0900 | |
---|---|---|
committer | 2021-05-10 09:26:18 -0600 | |
commit | 63c8af5687f6b1b70e9458cac1ffb25e86db1695 (patch) | |
tree | 746fcb3d4743d2108d104f043cfda19a352ee8ba | |
parent | Revert "bio: limit bio max size" (diff) | |
download | wireguard-linux-63c8af5687f6b1b70e9458cac1ffb25e86db1695.tar.xz wireguard-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>
-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) */ |