From: Gerrit Renker Date: Tue, 28 Jul 2009 09:48:07 +0000 (+0000) Subject: inet6: functions shadow global variable X-Git-Tag: v2.6.32-rc1~703^2~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e43213882e62374c1a87f9d97d4287ed9f7257;p=pandora-kernel.git inet6: functions shadow global variable This renames away a variable clash: * ipv6_table[] is declared as a static global table; * ipv6_sysctl_net_init() uses ipv6_table to refer/destroy dynamic memory; * ipv6_sysctl_net_exit() also uses ipv6_table for the same purpose; * both the two last functions call kfree() on ipv6_table. Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed