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)
commit2553d064ff4bf999f369c8c3dfacaa797dbef1d9
tree2c83d5dd203f252d5e00d2b0ff643478c465f3dc
parent06b69390a652bfe4fa7e18e27c938e75ffe86ba0
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 <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
include/net/ip_vs.h
include/net/net_namespace.h
include/net/netns/ip_vs.h [deleted file]