diff options
author | Tomohiro Kusumi <[email protected]> | 2019-04-08 02:35:28 +0900 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-14 11:12:07 -0700 |
commit | 96e51d2773cb0f82595f7d29caed0ca4ac653681 (patch) | |
tree | 7e6afcd138bed5a7bf09f49cf6e294d40ceaa3ea /include/sys/fs | |
parent | d5d2ef2b268096f96d7fdf0743976d2a64cf51a2 (diff) |
Sync reserved Illumos ioctl comment with actual number
It's 81 now.
Reviewed-by: Olaf Faaland <[email protected]>
Reviewed by: Brian Behlendorf <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Signed-off-by: Tomohiro Kusumi <[email protected]>
Closes #8598
Diffstat (limited to 'include/sys/fs')
-rw-r--r-- | include/sys/fs/zfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index bdc25ee9f..257661a67 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -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, |