diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-02-16 08:42:12 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-02-16 14:00:48 -0500 |
commit | 1d96e80faff57b9eefa283b35716a384bbb3d5b3 (patch) | |
tree | dbf7bcfa38be395d348c511a7d137d56d596e8cc /net/sunrpc | |
parent | b4b9a0c1c89464dabafef974960f509ce33ae1c0 (diff) |
SUNRPC: init per-net rpcbind spinlock
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/sunrpc_syms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c index d16ac088f6d..21d106e2ca0 100644 --- a/net/sunrpc/sunrpc_syms.c +++ b/net/sunrpc/sunrpc_syms.c | |||
@@ -50,6 +50,7 @@ static __net_init int sunrpc_init_net(struct net *net) | |||
50 | rpc_pipefs_init_net(net); | 50 | rpc_pipefs_init_net(net); |
51 | INIT_LIST_HEAD(&sn->all_clients); | 51 | INIT_LIST_HEAD(&sn->all_clients); |
52 | spin_lock_init(&sn->rpc_client_lock); | 52 | spin_lock_init(&sn->rpc_client_lock); |
53 | spin_lock_init(&sn->rpcb_clnt_lock); | ||
53 | return 0; | 54 | return 0; |
54 | 55 | ||
55 | err_unixgid: | 56 | err_unixgid: |