aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/svcauth_gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_gss/svcauth_gss.c')
-rw-r--r--net/sunrpc/auth_gss/svcauth_gss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c
index 73165e9ca5bf..5dd4e6c9fef2 100644
--- a/net/sunrpc/auth_gss/svcauth_gss.c
+++ b/net/sunrpc/auth_gss/svcauth_gss.c
@@ -264,7 +264,7 @@ out:
264 return status; 264 return status;
265} 265}
266 266
267static struct cache_detail rsi_cache_template = { 267static const struct cache_detail rsi_cache_template = {
268 .owner = THIS_MODULE, 268 .owner = THIS_MODULE,
269 .hash_size = RSI_HASHMAX, 269 .hash_size = RSI_HASHMAX,
270 .name = "auth.rpcsec.init", 270 .name = "auth.rpcsec.init",
@@ -524,7 +524,7 @@ out:
524 return status; 524 return status;
525} 525}
526 526
527static struct cache_detail rsc_cache_template = { 527static const struct cache_detail rsc_cache_template = {
528 .owner = THIS_MODULE, 528 .owner = THIS_MODULE,
529 .hash_size = RSC_HASHMAX, 529 .hash_size = RSC_HASHMAX,
530 .name = "auth.rpcsec.context", 530 .name = "auth.rpcsec.context",