> > The amount of bugs and crap refcounting has removed elsewhere in the kernel
> > and more importantly the amount of "if I do X very occasionally [list of
> > weirdness]" things that just went away testify to its value.
> 
> That sounds sensible. However is the urb counted as referenced during the
> execution of the completion handler ?

It would have to be. Basically nobody should have a pointer to an urb
if the refcount > 0, except at the point its set to zero and we kfree it

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

Reply via email to