Re: Small af_inet6 fix

2005-11-14 Thread Olaf Kirch
On Fri, Nov 11, 2005 at 03:00:10PM -0800, David S. Miller wrote: > There is another bug I see there in the cleanup path too. > We don't unregister the inet6 protosw on the failure path. > But this appears totally harmless since you can't reference > the inet6 proto switch table once you unload the

Re: Small af_inet6 fix

2005-11-11 Thread David S. Miller
From: Olaf Kirch <[EMAIL PROTECTED]> Date: Fri, 11 Nov 2005 11:03:19 +0100 > The patch below fixes a minor issue with inet6_init. > I noticed though that the code explicitly ignores > the error code of sock_register by calling: > (void) sock_register(&inet6_family_ops); > Why does it do this

Small af_inet6 fix

2005-11-11 Thread Olaf Kirch
The patch below fixes a minor issue with inet6_init. I noticed though that the code explicitly ignores the error code of sock_register by calling: (void) sock_register(&inet6_family_ops); Why does it do this? Olaf -- Subject: