commit | 0e973a24f02ed8c627271b013d69683b4497828d | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Mon May 12 22:21:09 2008 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu May 15 16:39:28 2008 +0100 |
tree | 7e65a3b5c33a7df404b7dc8e2df332377e4f275f | |
parent | fd9a29f03600f306acb4faf49b92ca5472f39ee8 [diff] |
[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>