Re: Spinlocking patch for in xprt.c

2001-01-14 Thread Trond Myklebust
> " " == David S Miller <[EMAIL PROTECTED]> writes: > Trond, did you actually look at how this code works before you > made modifications to my fixes? > xprt_lock serializes sleep/wakeup sequences in the xprt code, > so you cannot remove xprt_lock from the sections where

Re: Spinlocking patch for in xprt.c

2001-01-13 Thread David S. Miller
Trond, did you actually look at how this code works before you made modifications to my fixes? xprt_lock serializes sleep/wakeup sequences in the xprt code, so you cannot remove xprt_lock from the sections where I added holding of xprt_sock_lock to protect the state of xprt->snd_task. So for ex