diff options
author | Eric Dumazet <edumazet@google.com> | 2022-01-27 12:09:37 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-01-28 14:47:55 +0000 |
commit | b9a0d6d143ec63132beff04802578c499083f87c (patch) | |
tree | 30f1736c8587114bcafd857281440fc3cfb9eb10 /include/linux/sunrpc/xprt.h | |
parent | 9b1831e56c7f3356ae14060f069993ea77e9c9c2 (diff) |
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>
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 955ea4d7af0b..3cdc8d878d81 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h @@ -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) |