From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 627F2B7079 for ; Wed, 9 Sep 2009 11:51:23 +1000 (EST) Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F3D21DDD01 for ; Wed, 9 Sep 2009 11:51:22 +1000 (EST) Message-ID: <4AA7040F.1050707@garzik.org> Date: Tue, 08 Sep 2009 21:25:35 -0400 From: Jeff Garzik MIME-Version: 1.0 To: ashish kalra Subject: Re: [PATCH][sata_fsl] Defer non-ncq commands when ncq commands active References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07/29/2009 12:03 PM, ashish kalra wrote: > From: Ashish Kalra > Date: Wed, 29 Jul 2009 21:15:49 +0530 > > Fix for non-ncq & ncq commands causing timeouts when both are issued > simultaneously to the same device. > > Signed-off-by: Ashish Kalra > --- > drivers/ata/sata_fsl.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c > index 5a88b44..a33f130 100644 > --- a/drivers/ata/sata_fsl.c > +++ b/drivers/ata/sata_fsl.c > @@ -1262,6 +1262,7 @@ static struct scsi_host_template sata_fsl_sht = { > static struct ata_port_operations sata_fsl_ops = { > .inherits = &sata_pmp_port_ops, > > + .qc_defer = ata_std_qc_defer; Applied version with obvious s/;/,/ fix... Jeff