aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_unix.c')
-rw-r--r--net/sunrpc/auth_unix.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/sunrpc/auth_unix.c b/net/sunrpc/auth_unix.c
index f7ff6ad3259e..205878a3caa5 100644
--- a/net/sunrpc/auth_unix.c
+++ b/net/sunrpc/auth_unix.c
@@ -213,6 +213,11 @@ unx_validate(struct rpc_task *task, __be32 *p)
213 return p; 213 return p;
214} 214}
215 215
216void __init rpc_init_authunix(void)
217{
218 spin_lock_init(&unix_cred_cache.lock);
219}
220
216const struct rpc_authops authunix_ops = { 221const struct rpc_authops authunix_ops = {
217 .owner = THIS_MODULE, 222 .owner = THIS_MODULE,
218 .au_flavor = RPC_AUTH_UNIX, 223 .au_flavor = RPC_AUTH_UNIX,