diff options
| author | 2022-01-27 12:09:37 -0800 | |
|---|---|---|
| committer | 2022-01-28 14:47:55 +0000 | |
| commit | b9a0d6d143ec63132beff04802578c499083f87c (patch) | |
| tree | 30f1736c8587114bcafd857281440fc3cfb9eb10 /include/linux | |
| parent | SUNRPC: add netns refcount tracker to struct gss_auth (diff) | |
| download | linux-dev-b9a0d6d143ec63132beff04802578c499083f87c.tar.xz linux-dev-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')
| -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) |
