On Thu, 2005-05-26 at 16:19 -0700, Andrew Vasquez wrote: > Please apply, this should go in before 2.6.12 is released. I've got it in the rc-fixes tree for scsi. However: > + spin_unlock(&ha->hardware_lock); Should be spin_unlock_irq(&ha->hardware_lock); shouldn't it? Otherwise we could sleep with interrupts disabled and the kernel now squeaks about that. James - : 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