Skip to content

Commit

Permalink
Update tunable macro usage for disable_ivset_guid_check
Browse files Browse the repository at this point in the history
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9861
  • Loading branch information
mattmacy authored and behlendorf committed Jan 21, 2020
1 parent d3c1e45 commit af26a86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions module/zfs/dsl_crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2894,8 +2894,5 @@ spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb,
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

0 comments on commit af26a86

Please sign in to comment.