Re: [PATCH] atiixp: Old drivers/ide layer driver for the ATIIXP hang fix

2007-01-02 Thread Bartlomiej Zolnierkiewicz
On 1/2/07, Alan <[EMAIL PROTECTED]> wrote: When the old IDE layer calls into methods in the driver during error handling it is essentially random whether ide_lock is already held. This causes a deadlock in the atiixp driver which also uses ide_lock internally for locking. Switch to a private loc

[PATCH] atiixp: Old drivers/ide layer driver for the ATIIXP hang fix

2007-01-02 Thread Alan
When the old IDE layer calls into methods in the driver during error handling it is essentially random whether ide_lock is already held. This causes a deadlock in the atiixp driver which also uses ide_lock internally for locking. Switch to a private lock instead. Signed-off-by: Alan Cox <[EMAIL