From: Anirban Chakraborty Date: Wed, 10 Jun 2009 20:55:11 +0000 (-0700) Subject: [SCSI] qla2xxx: Resolve a performance issue in interrupt X-Git-Tag: v2.6.31-rc1~285^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fac4d97a1a30085f1cae61aa565e5e7e5e5d7d;p=pandora-kernel.git [SCSI] qla2xxx: Resolve a performance issue in interrupt Reverted back a change in qla*_intr_handler code that caused an increase in cpu cycles by allowing interrupts to occur while the instance hardware lock was being held. Fix by taking the lock in irqsave mode. Reported-and-tested-by: Douglas W. Styner Signed-off-by: Anirban Chakraborty Signed-off-by: James Bottomley --- Reading git-diff-tree failed