From: Julian Anastasov Date: Fri, 4 Mar 2011 10:18:07 +0000 (+0200) Subject: ipvs: move struct netns_ipvs X-Git-Tag: v2.6.39-rc1~468^2~26^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2553d064ff4bf999f369c8c3dfacaa797dbef1d9;p=pandora-kernel.git ipvs: move struct netns_ipvs Remove include/net/netns/ip_vs.h because it depends on structures from include/net/ip_vs.h. As ipvs is pointer in struct net it is better to move struct netns_ipvs into include/net/ip_vs.h, so that we can easily use other structures in struct netns_ipvs. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed