> Specifically scmnd->host_scribble can just be Zero. I see at last, thanks! The issue is that SRP is using host_scribble to hold an index, and index 0 is valid for us. I guess the fix is a bit complex, but basically we should use host_scribble to point to the request, and if we don't find a request in reset_device we should allocate one. It's a bit unfortunate that the SCSI midlayer bypasses queueing for the device reset command because it means we may not have a slot in our queue for the reset request etc but I suppose that's even more involved to fix. - R. -- 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