From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: Error handling in LibATA Date: Tue, 10 Jan 2006 23:15:16 +0000 Message-ID: <1136934917.26976.4.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from [81.2.110.250] ([81.2.110.250]:53135 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1030466AbWAJXMH (ORCPT ); Tue, 10 Jan 2006 18:12:07 -0500 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: John Treubig Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org On Maw, 2006-01-10 at 16:30 -0600, John Treubig wrote: > I've traced the errors down to the fact that the errors are caught in > libata-core.c (ata_qc_timeout). I'd like to put a call in libata-core.c drivers/ide/* doesn't use libata. libata is used by the new PATA/SATA drivers.