Commit b7de3053 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] update scsi_eh_get_sense commentary

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent e7002946
......@@ -644,15 +644,13 @@ static void scsi_eh_finish_cmd(struct scsi_cmnd *scmd,
* Notes:
* 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.
* it down before we request it.
*
* In 2.5 this capability will be going away.
* All drivers should request sense information internally these days,
* so for now all I have to say is tough noogies if you end up in here.
*
* Really? --hch
* XXX: Long term this code should go away, but that needs an audit of
* all LLDDs first.
**/
static int scsi_eh_get_sense(struct list_head *work_q,
struct list_head *done_q)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment