From: YOSHIFUJI Hideaki Date: Mon, 24 Mar 2008 15:25:11 +0000 (+0900) Subject: [IPV6] ADDRCONF: Fix array size for sysctls. X-Git-Tag: v2.6.26-rc1~1138^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a07b293f11d97bfbcd9b6a3ab4ad9c418a36ff;p=pandora-kernel.git [IPV6] ADDRCONF: Fix array size for sysctls. We have been using __NET_IPV6_MAX for adjusting the size of array for sysctl table, but it does not work any longer because of the deprecation of NET_IPV6_xxx constants. Let's use DEVCONF_MAX instead. Signed-off-by: YOSHIFUJI Hideaki --- Reading git-diff-tree failed