diff options
Diffstat (limited to 'net/sunrpc/netns.h')
-rw-r--r-- | net/sunrpc/netns.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/sunrpc/netns.h b/net/sunrpc/netns.h index 0f3af34fa502..1fdeb1ba84bd 100644 --- a/net/sunrpc/netns.h +++ b/net/sunrpc/netns.h | |||
@@ -15,6 +15,11 @@ struct sunrpc_net { | |||
15 | 15 | ||
16 | struct list_head all_clients; | 16 | struct list_head all_clients; |
17 | spinlock_t rpc_client_lock; | 17 | spinlock_t rpc_client_lock; |
18 | |||
19 | struct rpc_clnt *rpcb_local_clnt; | ||
20 | struct rpc_clnt *rpcb_local_clnt4; | ||
21 | spinlock_t rpcb_clnt_lock; | ||
22 | unsigned int rpcb_users; | ||
18 | }; | 23 | }; |
19 | 24 | ||
20 | extern int sunrpc_net_id; | 25 | extern int sunrpc_net_id; |