]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/sunrpc/netns.h
SUNRPC: move rpcbind internals to sunrpc part of network namespace context
[mirror_ubuntu-bionic-kernel.git] / net / sunrpc / netns.h
index 0f3af34fa50236013b5d522ad19a919b0602fa9f..1fdeb1ba84bd94e351ed73be72917afc2e45feaf 100644 (file)
@@ -15,6 +15,11 @@ struct sunrpc_net {
 
        struct list_head all_clients;
        spinlock_t rpc_client_lock;
+
+       struct rpc_clnt *rpcb_local_clnt;
+       struct rpc_clnt *rpcb_local_clnt4;
+       spinlock_t rpcb_clnt_lock;
+       unsigned int rpcb_users;
 };
 
 extern int sunrpc_net_id;