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:
Eric Dumazet 2022-01-27 12:09:37 -08:00 committed by David S. Miller
parent 9b1831e56c
commit b9a0d6d143
2 changed files with 3 additions and 2 deletions

View file

@ -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)