mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
module: icp: remove unused p[di]_flags
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12901
This commit is contained in:
@@ -114,8 +114,7 @@ kcf_get_mech_provider(crypto_mech_type_t mech_type, kcf_mech_entry_t **mepp,
|
||||
pd = mdesc->pm_prov_desc;
|
||||
if (!IS_FG_SUPPORTED(mdesc, fg) ||
|
||||
!KCF_IS_PROV_USABLE(pd) ||
|
||||
IS_PROVIDER_TRIED(pd, triedl) ||
|
||||
(pd->pd_flags & KCF_PROV_RESTRICTED))
|
||||
IS_PROVIDER_TRIED(pd, triedl))
|
||||
pd = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user