commit | 1675c7b254cd37cb58921abd95cdfef36ae82059 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Tue Oct 30 15:39:33 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 30 21:16:24 2007 -0700 |
tree | 411a8c00a16babf72ca41fa8b6f3ab446b25c0a6 | |
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>