[SCSI] qla2xxx: Correct locking within MSI-X interrupt handlers.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 13 May 2008 05:21:09 +0000 (22:21 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 15 May 2008 15:39:28 +0000 (16:39 +0100)
commit0e973a24f02ed8c627271b013d69683b4497828d
tree7e65a3b5c33a7df404b7dc8e2df332377e4f275f
parentfd9a29f03600f306acb4faf49b92ca5472f39ee8
[SCSI] qla2xxx: Correct locking within MSI-X interrupt handlers.

Both MSI-X vector handlers attempt to acquire the HA's
hardware_lock.  This though requires that interrupts be
disabled/enabled during acquisition and release of the spinlock.

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