On Mon, 2009-04-13 at 19:40 +0900, Hisashi Hifumi wrote: > Hi > > I think spin_lock_irqsave/spin_unlock_irqrestore instead of spin_lock_irq/spin_unlock_irq > should be used in IRQ handler. > Following is the patch that fixes this issue. I have to ask what the actual problem is? The qla irq request is only done with IRQF_SHARED (for non msi), so you know that interrupts are enabled when the handler is entered, so the non flags versions are acting on this knowledge. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html