diff options
-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 d16ac088f6d8..21d106e2ca06 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: |