ipvs: move struct netns_ipvs
authorJulian Anastasov <ja@ssi.bg>
Fri, 4 Mar 2011 10:18:07 +0000 (12:18 +0200)
committerSimon Horman <horms@verge.net.au>
Tue, 15 Mar 2011 00:36:50 +0000 (09:36 +0900)
  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 <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>

No differences found