On Mon, Jun 14, 2004 at 04:24:42PM -0400, Alan Stern wrote:
> Greg:
> 
> This patch removes the private semaphore used by the hub driver, and uses
> the regular "serialize" semaphore instead.  This will satisfy the general
> locking requirements for adding and removing devices attached to the hub.  
> The only tricky aspect is that now the hub event handler must take a
> reference to the hub device while waiting to acquire the semaphore, in
> case the hub is disconnected during the wait.
> 
> The patch also replaces a few occurrences of spin_lock_irqsave() in
> regions where interrupts are known to be enabled with spin_lock_irq().  
> 
> Please apply.

Applied, thanks.

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to