mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
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: JunweiZhang <junwei.zhang@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Reviewed-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
parent
d0667186eb
commit
8b4d14d8eb
@ -115,7 +115,9 @@ struct net {
|
||||
#ifdef CONFIG_XFRM
|
||||
struct netns_xfrm xfrm;
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_IP_VS)
|
||||
struct netns_ipvs *ipvs;
|
||||
#endif
|
||||
struct sock *diag_nlsk;
|
||||
atomic_t rt_genid;
|
||||
atomic_t fnhe_genid;
|
||||
|
Loading…
Reference in New Issue
Block a user