From: Andrew Vasquez Date: Thu, 3 Apr 2008 20:13:17 +0000 (-0700) Subject: [SCSI] qla2xxx: Simplify interrupt handler locking. X-Git-Tag: v2.6.26-rc1~1140^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6952483b070ec8a4f2450d1116be908fe59edcc;p=pandora-kernel.git [SCSI] qla2xxx: Simplify interrupt handler locking. There's no need to use the heavier (albiet safer) *_irq[save|restore]() locking primitives within the driver's interrupt handlers, interrupts are guaranteed to be non-reentrant. Use lightweight spin_lock() and spin_unlock() primitives while acquiring the hardware_lock. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed