SUNRPC: add netns refcount tracker to struct rpc_xprt
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9b1831e56c
commit
b9a0d6d143
2 changed files with 3 additions and 2 deletions
|
|
@ -284,6 +284,7 @@ struct rpc_xprt {
|
|||
} stat;
|
||||
|
||||
struct net *xprt_net;
|
||||
netns_tracker ns_tracker;
|
||||
const char *servername;
|
||||
const char *address_strings[RPC_DISPLAY_MAX];
|
||||
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue