From: Steffen Klassert Date: Wed, 19 Feb 2014 09:07:34 +0000 (+0100) Subject: xfrm: Remove caching of xfrm_policy_sk_bundles X-Git-Tag: v3.15-rc1~113^2~287^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1ccc96abb2ed9b8fbb71018e64b97324caef53;p=pandora-kernel.git xfrm: Remove caching of xfrm_policy_sk_bundles We currently cache socket policy bundles at xfrm_policy_sk_bundles. These cached bundles are never used. Instead we create and cache a new one whenever xfrm_lookup() is called on a socket policy. Most protocols cache the used routes to the socket, so let's remove the unused caching of socket policy bundles in xfrm. Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed