aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorGravatar Eric Dumazet <edumazet@google.com> 2022-01-27 12:09:37 -0800
committerGravatar David S. Miller <davem@davemloft.net> 2022-01-28 14:47:55 +0000
commitb9a0d6d143ec63132beff04802578c499083f87c (patch)
tree30f1736c8587114bcafd857281440fc3cfb9eb10 /include/linux/sunrpc
parentSUNRPC: add netns refcount tracker to struct gss_auth (diff)
downloadlinux-b9a0d6d143ec63132beff04802578c499083f87c.tar.gz
linux-b9a0d6d143ec63132beff04802578c499083f87c.tar.bz2
linux-b9a0d6d143ec63132beff04802578c499083f87c.zip
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')
-rw-r--r--include/linux/sunrpc/xprt.h1
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)