projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35c820e
)
block: uapi: fix comment about block device ioctl
author
Damien Le Moal
<damien.lemoal@wdc.com>
Sun, 9 May 2021 23:48:06 +0000
(08:48 +0900)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 10 May 2021 15:26:18 +0000
(09:26 -0600)
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>
include/uapi/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/fs.h
b/include/uapi/linux/fs.h
index f44eb0a04afdd8cea369af1395c3637a5f69122d..4c32e97dcdf00a22ebbcfc3c03f849ea90b2d9f5 100644
(file)
--- 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-13
1
are reserved for zoned block devices
+ * A jump here: 130-13
6
are reserved for zoned block devices
* (see uapi/linux/blkzoned.h)
*/