commit | 58dbc6f2604a2cbff9e6ec144d1bb9d000a1a1ec | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 21 13:01:41 2015 -0500 |
committer | Simon Horman <horms@verge.net.au> | Thu Sep 24 09:34:33 2015 +0900 |
tree | 412bf37816eb9b73c8efe8ccdca4e3702e7da1a6 | |
parent | d484fc38124bc198b9285c80d709c9e4ee032085 [diff] |
ipvs: Store ipvs not net in struct ip_vs_conn 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 conn->net to access conn->ipvs->net instead. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>