From 81e43213882e62374c1a87f9d97d4287ed9f7257 Mon Sep 17 00:00:00 2001 From: Gerrit Renker Date: Tue, 28 Jul 2009 09:48:07 +0000 Subject: [PATCH] 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-format-patch failed