ipvs: add ip_vs_dest_hold and ip_vs_dest_put
authorJulian Anastasov <ja@ssi.bg>
Fri, 22 Mar 2013 09:46:38 +0000 (11:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 1 Apr 2013 22:23:48 +0000 (00:23 +0200)
ip_vs_dest_hold will be used under RCU lock
while ip_vs_dest_put can be called even after dest
is removed from service, as it happens for conns and
some schedulers.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>

No differences found