mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
module: icp: use original description
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12901
This commit is contained in:
@@ -221,7 +221,7 @@ typedef struct kcf_provider_desc {
|
||||
// int pd_module_id;
|
||||
// struct modctl *pd_mctlp;
|
||||
kcondvar_t pd_remove_cv;
|
||||
char *pd_description;
|
||||
const char *pd_description;
|
||||
uint_t pd_flags;
|
||||
uint_t pd_hash_limit;
|
||||
crypto_kcf_provider_handle_t pd_kcf_prov_handle;
|
||||
|
||||
@@ -267,7 +267,7 @@ typedef uint_t crypto_kcf_provider_handle_t;
|
||||
* pi_provider_dev must be specified with a different pi_provider_handle.
|
||||
*/
|
||||
typedef struct crypto_provider_info {
|
||||
char *pi_provider_description;
|
||||
const char *pi_provider_description;
|
||||
crypto_provider_type_t pi_provider_type;
|
||||
crypto_provider_handle_t pi_provider_handle;
|
||||
const crypto_ops_t *pi_ops_vector;
|
||||
|
||||
Reference in New Issue
Block a user