diff options
author | Joe Jin <joe.jin@oracle.com> | 2007-02-20 01:30:15 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-26 11:42:44 -0800 |
commit | ca17c23345308a8692a65a0cca363d9108a665ca (patch) | |
tree | c000cdaf425d45706935d6b8a3ff878bf58cd7cf /net/packet | |
parent | d3f23dfe8bbb6bf352a208755e4ff2806315067b (diff) | |
download | op-kernel-dev-ca17c23345308a8692a65a0cca363d9108a665ca.zip op-kernel-dev-ca17c23345308a8692a65a0cca363d9108a665ca.tar.gz |
[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 <joe.jin@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions