From: Joe Jin Date: Tue, 20 Feb 2007 09:30:15 +0000 (-0800) Subject: [IPV6]: Adjust inet6_exit() cleanup sequence against inet6_init() X-Git-Tag: v2.6.21-rc2~38^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca17c23345308a8692a65a0cca363d9108a665ca;p=pandora-kernel.git [IPV6]: Adjust inet6_exit() cleanup sequence against inet6_init() This patch for adjust inet6_exit() to inverse sequence to inet6_init(). At ipv6_init, it first create proc_root/net/dev_snmp6 entry by call ipv6_misc_proc_init(), then call addrconf_init() to create the corresponding device entry at this directory, but at inet6_exit, ipv6_misc_proc_exit() called first, then call addrconf_init(). Signed-off-by: Joe Jin Signed-off-by: David S. Miller --- Reading git-diff-tree failed