Re: Locking fixes to IPv6 scope6.c

2004-10-21 Thread Robert Watson
On Sat, 16 Oct 2004 [EMAIL PROTECTED] wrote: > @@ -71,12 +71,14 @@ > scope6_ifattach(ifp) > struct ifnet *ifp; > { > - int s = splnet(); > + > struct scope6_id *sid; > > sid = (struct scope6_id *)malloc(sizeof(*sid), M_IFADDR, M_WAITOK); > bzero(sid, sizeof(*sid));

Re: Locking fixes to IPv6 scope6.c

2004-10-16 Thread Giorgos Keramidas
On 2004-10-16 18:22, [EMAIL PROTECTED] wrote: > Howdy, > > Here is a proposed set of diffs for locking fixes in the > scope6.c module. Please let me know anyone has questions or > comments. > > Thanks, > George I'm not a networking expert, but there are some style bugs you might