[XFRM]: Purge dst references to deleted SAs passively.

Just let GC and other normal mechanisms take care of getting
rid of DST cache references to deleted xfrm_state objects
instead of walking all the policy bundles.

Signed-off-by: David S. Miller <davem@davemloft.net>
Esse commit está contido em:
David S. Miller
2006-08-24 03:30:28 -07:00
commit 1c09539975
3 arquivos alterados com 1 adições e 19 exclusões

Ver arquivo

@@ -1472,7 +1472,7 @@ static void __xfrm_garbage_collect(void)
xfrm_prune_bundles(unused_bundle);
}
int xfrm_flush_bundles(void)
static int xfrm_flush_bundles(void)
{
xfrm_prune_bundles(stale_bundle);
return 0;