|
@@ -264,7 +264,7 @@ out:
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct cache_detail rsi_cache_template = {
|
|
|
|
|
|
+static const struct cache_detail rsi_cache_template = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.hash_size = RSI_HASHMAX,
|
|
.hash_size = RSI_HASHMAX,
|
|
.name = "auth.rpcsec.init",
|
|
.name = "auth.rpcsec.init",
|
|
@@ -524,7 +524,7 @@ out:
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct cache_detail rsc_cache_template = {
|
|
|
|
|
|
+static const struct cache_detail rsc_cache_template = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.hash_size = RSC_HASHMAX,
|
|
.hash_size = RSC_HASHMAX,
|
|
.name = "auth.rpcsec.context",
|
|
.name = "auth.rpcsec.context",
|