From: Alan Stern Subject: Re: Weird I/O errors with USB hard drive not remounting filesystem readonly Date: Tue, 24 Nov 2009 15:13:01 -0500 (EST) Message-ID: References: <20091124195607.GC16662@quack.suse.cz> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Boaz Harrosh , , Kernel development list , USB list , Jens Axboe , SCSI development list , To: Jan Kara Return-path: In-Reply-To: <20091124195607.GC16662@quack.suse.cz> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Tue, 24 Nov 2009, Jan Kara wrote: > After digging in block layer code, it's as we suspected: > In case of host error DID_ERROR (which is our case), scsi request is > retried iff it is not a FAILFAST request which is set if bio is doing > readahead... So this is explained and everything behaves as it should. > Thanks everybody involved :). Okay, very good. There remains the question of the disturbing error messages in the system log. Should they be supressed for FAILFAST requests? Alan Stern