From: Matthew Wilcox Date: Fri, 5 Oct 2007 19:55:02 +0000 (-0400) Subject: [SCSI] sym53c8xx: Don't disable interrupts in the interrupt handler X-Git-Tag: v2.6.24-rc1~19^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9746b363b8191587191518a65d5de93df80a92;p=pandora-kernel.git [SCSI] sym53c8xx: Don't disable interrupts in the interrupt handler Interrupts can't be re-entered, so it's sufficient to call spin_lock, not spin_lock_irqsave(). Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed