Update tunable macro usage for disable_ivset_guid_check

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9861
This commit is contained in:
Matthew Macy 2020-01-21 15:05:23 -08:00 committed by Brian Behlendorf
parent d3c1e45b7a
commit af26a86958
1 changed files with 1 additions and 4 deletions

View File

@ -2894,8 +2894,5 @@ error:
return (ret);
}
#if defined(_KERNEL)
module_param(zfs_disable_ivset_guid_check, int, 0644);
MODULE_PARM_DESC(zfs_disable_ivset_guid_check,
ZFS_MODULE_PARAM(zfs, zfs_, disable_ivset_guid_check, INT, ZMOD_RW,
"Set to allow raw receives without IVset guids");
#endif