From: Jiri Pirko Date: Fri, 21 Feb 2014 13:52:57 +0000 (+0100) Subject: neigh: fix setting of default gc_* values X-Git-Tag: v3.14-rc6~30^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b194c1f1dbd5f2671e49e0ac801b1b78dc7de93b;p=pandora-kernel.git neigh: fix setting of default gc_* values This patch fixes bug introduced by: commit 1d4c8c29841b9991cdf3c7cc4ba7f96a94f104ca "neigh: restore old behaviour of default parms values" The thing is that in neigh_sysctl_register, extra1 and extra2 which were previously set for NEIGH_VAR_GC_* are overwritten. That leads to nonsense int limits for gc_* variables. So fix this by not touching extra* fields for gc_* variables. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed