aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h
index 784e78c73ec5..84d64b6926a9 100644
--- a/include/linux/sunrpc/auth.h
+++ b/include/linux/sunrpc/auth.h
@@ -65,6 +65,7 @@ struct rpc_cred {
65#define RPC_CREDCACHE_NR (1 << RPC_CREDCACHE_HASHBITS) 65#define RPC_CREDCACHE_NR (1 << RPC_CREDCACHE_HASHBITS)
66struct rpc_cred_cache { 66struct rpc_cred_cache {
67 struct hlist_head hashtable[RPC_CREDCACHE_NR]; 67 struct hlist_head hashtable[RPC_CREDCACHE_NR];
68 unsigned int hashbits;
68 spinlock_t lock; 69 spinlock_t lock;
69}; 70};
70 71