From: Paul Moore Date: Wed, 29 May 2013 07:36:25 +0000 (+0000) Subject: xfrm: force a garbage collection after deleting a policy X-Git-Tag: v3.10-rc5~25^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c1721642bbd42d8142f4811cde0588c28db51d;p=pandora-kernel.git xfrm: force a garbage collection after deleting a policy In some cases after deleting a policy from the SPD the policy would remain in the dst/flow/route cache for an extended period of time which caused problems for SELinux as its dynamic network access controls key off of the number of XFRM policy and state entries. This patch corrects this problem by forcing a XFRM garbage collection whenever a policy is sucessfully removed. Reported-by: Ondrej Moris Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- Reading git-diff-tree failed