Sync reserved Illumos ioctl comment with actual number

It's 81 now.

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8598
This commit is contained in:
Tomohiro Kusumi 2019-04-08 02:35:28 +09:00 committed by Brian Behlendorf
parent d5d2ef2b26
commit 96e51d2773

View File

@ -1192,7 +1192,7 @@ typedef enum {
*/
typedef enum zfs_ioc {
/*
* Illumos - 71/128 numbers reserved.
* illumos - 81/128 numbers reserved.
*/
ZFS_IOC_FIRST = ('Z' << 8),
ZFS_IOC = ZFS_IOC_FIRST,