Skip to content

Commit 63c8af5

Browse files
damien-lemoalaxboe
authored andcommitted
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>
1 parent 35c820e commit 63c8af5

File tree

1 file changed

+1
-1
lines changed
  • include/uapi/linux

1 file changed

+1
-1
lines changed

include/uapi/linux/fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct fsxattr {
185185
#define BLKROTATIONAL _IO(0x12,126)
186186
#define BLKZEROOUT _IO(0x12,127)
187187
/*
188-
* A jump here: 130-131 are reserved for zoned block devices
188+
* A jump here: 130-136 are reserved for zoned block devices
189189
* (see uapi/linux/blkzoned.h)
190190
*/
191191

0 commit comments

Comments
 (0)