Files
linux/net
Gerrit Renker 81e4321388 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 <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-02 12:54:30 -07:00
..
2009-05-25 01:53:53 -07:00
2009-05-25 01:53:53 -07:00
2009-07-30 14:29:44 -07:00
2009-07-23 18:01:10 -07:00
2009-07-27 08:03:18 -07:00
2009-07-12 14:03:27 -07:00