From: Damien Le Moal Date: Sun, 9 May 2021 23:48:06 +0000 (+0900) Subject: block: uapi: fix comment about block device ioctl X-Git-Tag: accepted/tizen/unified/20230118.172025~7080^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63c8af5687f6b1b70e9458cac1ffb25e86db1695;p=platform%2Fkernel%2Flinux-rpi.git 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 Link: https://lore.kernel.org/r/20210509234806.3000-1-damien.lemoal@wdc.com Signed-off-by: Jens Axboe --- diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index f44eb0a..4c32e97 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) */