]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6]: remove duplicate call to proc_net_remove
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 30 Oct 2007 22:39:33 +0000 (15:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 31 Oct 2007 04:16:24 +0000 (21:16 -0700)
commitc2cd673aea55000253a486951564db48e3fb1ee1
tree411a8c00a16babf72ca41fa8b6f3ab446b25c0a6
parentc97c4542ab0e35621ac5769dc36cdc91d857c6f4
[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>
net/ipv6/addrconf.c