[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Re: [PATCH RFC 0/4] use scatter lists for all block pc requests and simplify hw handlers
- From: James Bottomley <James Bottomley SteelEye com>
- To: Jens Axboe <axboe suse de>
- Cc: Mike Christie <michaelc cs wisc edu>, device-mapper development <dm-devel redhat com>, linux-scsi <linux-scsi vger kernel org>, Patrick Mansfield <patmans us ibm com>
- Subject: [dm-devel] Re: [PATCH RFC 0/4] use scatter lists for all block pc requests and simplify hw handlers
- Date: Thu, 09 Jun 2005 07:51:44 -0400
On Thu, 2005-06-09 at 08:18 +0200, Jens Axboe wrote:
> > So use a req->retries instead of the fail fast flag?
>
> Would be fine. Some drivers are messing with ->errors for that anyways,
> so would be nice to clean that up.
>
> It would need to be done _very_ carefully though!
Actually, I think there's still a need for both. Fail fast implies more
than simply no retry. In the SCSI case it should eventually mean fail
the command before we begin transport recovery (at the moment, we simply
use the command in transport recovery, however long it takes, and then
return the failure).
James
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]