Re: [patch 1/1][IPV6] resend: remove duplicate call to proc_net_remove

2007-10-30 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Tue, 30 Oct 2007 17:23:45 +0100 > 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 > > Sign

Re: [patch 1/1][IPV6] resend: remove duplicate call to proc_net_remove

2007-10-30 Thread Eric W. Biederman
Daniel Lezcano <[EMAIL PROTECTED]> writes: > 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 PRO

[patch 1/1][IPV6] resend: remove duplicate call to proc_net_remove

2007-10-30 Thread Daniel Lezcano
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]> --- net/ipv6/addrconf.c |4 1 file changed