[PATCH next 37/84] ipvs: Store ipvs not net in struct ip_vs_sync_thread_data

2015-09-21 Thread Eric W. Biederman
In practice struct netns_ipvs is as meaningful as struct net and more useful as it holds the ipvs specific data. So store a pointer to struct netns_ipvs. Update the accesses of tinfo->net to access tinfo->ipvs->net instead. Signed-off-by: "Eric W. Biederman" --- net/netfilter/ipvs/ip_vs_sync.c

[PATCH next 37/84] ipvs: Store ipvs not net in struct ip_vs_sync_thread_data

2015-09-19 Thread Eric W. Biederman
In practice struct netns_ipvs is as meaningful as struct net and more useful as it holds the ipvs specific data. So store a pointer to struct netns_ipvs. Update the accesses of tinfo->net to access tinfo->ipvs->net instead. Signed-off-by: "Eric W. Biederman" --- net/netfilter/ipvs/ip_vs_sync.c