public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@steeleye.com>
To: Mike Anderson <andmike@us.ibm.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>,
	hch@infradead.org, Jeff Garzik <jgarzik@pobox.com>
Subject: Re: Clarification - export of scsi_finish_command and scsi_times_out
Date: 09 Jun 2004 10:11:53 -0400	[thread overview]
Message-ID: <1086790314.2184.72.camel@mulgrave> (raw)
In-Reply-To: <20040608231805.GE1360@us.ibm.com>

On Tue, 2004-06-08 at 19:18, Mike Anderson wrote:
> On a previous thread to resolve a libata issue scsi_finish_command was
> exported. The thread can be reference at the url below.
> 
> http://marc.theaimsgroup.com/?t=107799572900002&r=1&w=2
> 
> My question is why did we export scsi_finish_command and not a wrapper
> that included scsi_decide_disposition. If a LLDD did not have a
> eh_strategy routine it is possible post recovery the io would be
> retried. Is it because it was believed that these timed out commands
> handled by the libata eh_strategy_handler would most likely not succeed
> on retry?

This was just a quick hack to get libata working.  The particular
problem had no need of decide_disposition, it just wanted an error
return if there was a problem.  We probably would need to export decide
disposition for a proper user of eh_strategy_handler.  On the other
hand, I was wondering if we couldn't deprecate eh_strategy_handler and
go with error handling within transport classes instead as a future
direction.

> Also there was a previous patch posted by Christoph to allow a LLDD to
> handle timeouts directly instead of waiting for the host_failed count to
> be reached where they could then be handled in a eh_strategy_handler.
> http://marc.theaimsgroup.com/?l=linux-scsi&m=107460498631200&w=2
> 
> What is the current thought on this patch.

Looks fine as a proposal.  However, it's only a first draft patch and we
have no putative users to hone it into a finished API.

James



      reply	other threads:[~2004-06-09 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-08 23:18 Clarification - export of scsi_finish_command and scsi_times_out Mike Anderson
2004-06-09 14:11 ` James Bottomley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1086790314.2184.72.camel@mulgrave \
    --to=james.bottomley@steeleye.com \
    --cc=andmike@us.ibm.com \
    --cc=hch@infradead.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox