int scsi_eh_get_sense (struct list_head * work_q, struct list_head * done_q);
See if we need to request sense information. if so, then get it now, so we have a better idea of what to do.
This has the unfortunate side effect that if a shost adapter does not automatically request sense information, that we end up shutting it down before we request it. All shosts should be doing this anyways, so for now all I have to say is tough noogies if you end up in here. On second thought, this is probably a good idea. We *really* want to give authors an incentive to automatically request this.
In 2.5 this capability will be going away.
Really? --hch