* [PATCH] uapi: linux/fs.h: update comment about reserved ioctl numbers
@ 2018-12-16 2:20 Dmitry V. Levin
0 siblings, 0 replies; only message in thread
From: Dmitry V. Levin @ 2018-12-16 2:20 UTC (permalink / raw)
To: Alexander Viro; +Cc: Jens Axboe, Damien Le Moal, linux-fsdevel, linux-kernel
As commit 72cd87576d1d8 ("block: Introduce BLKGETZONESZ ioctl") and
commit 65e4e3eee83d7 ("block: Introduce BLKGETNRZONES ioctl") added
two more ioctls of type 0x12, update the comment about ioctl numbers
reserved for zoned block devices.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
include/uapi/linux/fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h
index a441ea1bfe6d..2af9da218c33 100644
--- a/include/uapi/linux/fs.h
+++ b/include/uapi/linux/fs.h
@@ -228,7 +228,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-133 are reserved for zoned block devices
* (see uapi/linux/blkzoned.h)
*/
--
ldv
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-16 2:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-16 2:20 [PATCH] uapi: linux/fs.h: update comment about reserved ioctl numbers Dmitry V. Levin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.