提交 8b4d14d8 编写于 作者: J JunweiZhang 提交者: Simon Horman

netns: exclude ipvs from struct net when IPVS disabled

no real problem is fixed, just save a few bytes in
net_namespace structure.
Signed-off-by: NJunweiZhang <junwei.zhang@6wind.com>
Signed-off-by: NNicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: NJulian Anastasov <ja@ssi.bg>
Signed-off-by: NSimon Horman <horms@verge.net.au>
上级 d0667186
...@@ -115,7 +115,9 @@ struct net { ...@@ -115,7 +115,9 @@ struct net {
#ifdef CONFIG_XFRM #ifdef CONFIG_XFRM
struct netns_xfrm xfrm; struct netns_xfrm xfrm;
#endif #endif
#if IS_ENABLED(CONFIG_IP_VS)
struct netns_ipvs *ipvs; struct netns_ipvs *ipvs;
#endif
struct sock *diag_nlsk; struct sock *diag_nlsk;
atomic_t rt_genid; atomic_t rt_genid;
atomic_t fnhe_genid; atomic_t fnhe_genid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册