Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1675c7b254cd37cb58921abd95cdfef36ae82059
Commit:     1675c7b254cd37cb58921abd95cdfef36ae82059
Parent:     310928d9633b04866a47f07eb43c498b2d82ebcb
Author:     Daniel Lezcano <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 30 15:39:33 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Tue Oct 30 21:16:24 2007 -0700

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 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 348bd8d..1bd8d81 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -4288,8 +4288,4 @@ void __exit addrconf_cleanup(void)
        del_timer(&addr_chk_timer);
 
        rtnl_unlock();
-
-#ifdef CONFIG_PROC_FS
-       proc_net_remove(&init_net, "if_inet6");
-#endif
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to