]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
[SCSI] qla2xxx: Correct locking during NVRAM manipulation.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Thu, 10 Jul 2008 23:55:46 +0000 (16:55 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 26 Jul 2008 19:14:35 +0000 (15:14 -0400)
commitbbfb21daa320c9eb327d63734f295fa50ba93826
tree530d732437ca5b450ad08acd8895d9a160b59f01
parent024e8ac04453b3525448c31ef39848cf675ba6db
[SCSI] qla2xxx: Correct locking during NVRAM manipulation.

Commit 2c96d8d0c17978bbf5eb82314d488f46d4a51280 pushed the
acquisition of hardware_lock to too fine a level, which in turn
will cause problems with cond_resched()s added with
40a2e34a94c336b716f631b2952d233e1ba76e3c.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_sup.c