diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2007-10-30 18:39:33 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-31 00:16:24 -0400 |
commit | 1675c7b254cd37cb58921abd95cdfef36ae82059 (patch) | |
tree | 411a8c00a16babf72ca41fa8b6f3ab446b25c0a6 /net | |
parent | 310928d9633b04866a47f07eb43c498b2d82ebcb (diff) |
[IPV6]: remove duplicate call to proc_net_remove
The file /proc/net/if_inet6 is removed twice.
First time in:
inet6_exit
->addrconf_cleanup
And followed a few lines after by:
inet6_exit
-> if6_proc_exit
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/addrconf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 348bd8d06112..1bd8d818f8e9 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -4288,8 +4288,4 @@ void __exit addrconf_cleanup(void) | |||
4288 | del_timer(&addr_chk_timer); | 4288 | del_timer(&addr_chk_timer); |
4289 | 4289 | ||
4290 | rtnl_unlock(); | 4290 | rtnl_unlock(); |
4291 | |||
4292 | #ifdef CONFIG_PROC_FS | ||
4293 | proc_net_remove(&init_net, "if_inet6"); | ||
4294 | #endif | ||
4295 | } | 4291 | } |