]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f50e31269452c3c96f05512e6eb11f1cea62637
tree2c83d5dd203f252d5e00d2b0ff643478c465f3dc
parent546b5b363022f12ad6e1abb2a3077a6f282fbad1
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]