Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ca17c233 authored by Joe Jin's avatar Joe Jin Committed by David S. Miller
Browse files

[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: default avatarJoe Jin <joe.jin@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d3f23dfe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment