Oliver Neukum wrote:
> On Friday 12 April 2002 20:01, Petko Manolov wrote:
> 
> pool, the tasklet will not be scheduled a second time, as
> only the completion handler will reliably schedule the tasklet.

Fixed.

> 5. You do not lock against concurrent tasklets. IMHO with sufficiently
> bad luck two tasklets can try to submit the rx urb at the same time.

Nope.  It is one tasklet and one tasklet is never run on two CPUs at
once even on SMP machine.  Quote from Rusty's Unreliable Guide to Kernel
Locking. :-)


                Petko


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to