From: Herbert Xu Date: Sat, 19 May 2007 21:21:18 +0000 (-0700) Subject: [IPSEC] pfkey: Load specific algorithm in pfkey_add rather than all X-Git-Tag: v2.6.22-rc3~111^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92b3a2f1f11655ecf6774b745017a414241d07c;p=pandora-kernel.git [IPSEC] pfkey: Load specific algorithm in pfkey_add rather than all This is a natural extension of the changeset [XFRM]: Probe selected algorithm only. which only removed the probe call for xfrm_user. This patch does exactly the same thing for af_key. In other words, we load the algorithm requested by the user rather than everything when adding xfrm states in af_key. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed