From: Steffen Klassert Date: Tue, 13 Nov 2012 07:52:24 +0000 (+0100) Subject: xfrm: Fix the gc threshold value for ipv4 X-Git-Tag: v3.7-rc7~13^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703fb94ec58e0e8769380c2877a8a34aeb5b6c97;p=pandora-kernel.git xfrm: Fix the gc threshold value for ipv4 The xfrm gc threshold value depends on ip_rt_max_size. This value was set to INT_MAX with the routing cache removal patch, so we start doing garbage collecting when we have INT_MAX/2 IPsec routes cached. Fix this by going back to the static threshold of 1024 routes. Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed