From: Andrew Vasquez Date: Tue, 13 May 2008 05:21:09 +0000 (-0700) Subject: [SCSI] qla2xxx: Correct locking within MSI-X interrupt handlers. X-Git-Tag: v2.6.26-rc5~8^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e973a24f02ed8c627271b013d69683b4497828d;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed