Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030334AbVKPNqU (ORCPT ); Wed, 16 Nov 2005 08:46:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030327AbVKPNqU (ORCPT ); Wed, 16 Nov 2005 08:46:20 -0500 Received: from ns.virtualhost.dk ([195.184.98.160]:63801 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S1030319AbVKPNqT (ORCPT ); Wed, 16 Nov 2005 08:46:19 -0500 Date: Wed, 16 Nov 2005 14:47:11 +0100 From: Jens Axboe To: Jeff Garzik Cc: Mike Christie , Tejun Heo , linux-ide@vger.kernel.org, lkml , SCSI Mailing List Subject: Re: [PATCH] libata error handling fixes (ATAPI) Message-ID: <20051116134711.GC7787@suse.de> References: <20051114195717.GA24373@havoc.gtf.org> <20051115074148.GA17459@htj.dyndns.org> <4379AA5B.1060900@pobox.com> <4379B28E.9070708@gmail.com> <4379C062.3010302@pobox.com> <20051115120016.GD7787@suse.de> <437A2814.1060308@cs.wisc.edu> <20051115184131.GJ7787@suse.de> <20051116124035.GX7787@suse.de> <437B34C9.8050105@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <437B34C9.8050105@pobox.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 978 Lines: 29 On Wed, Nov 16 2005, Jeff Garzik wrote: > Jens Axboe wrote: > >I updated that patch, and converted IDE and SCSI to use it. See the > >results here: > > > >http://brick.kernel.dk/git/?p=linux-2.6-block.git;a=shortlog;h=blk-softirq > > > >The main change from the version posted last october is killing the > >'slightly' overdesigned completion queue hashing. > > Oh yeah: you shouldn't need to make scsi_retry_command() exported. > It's private to scsi, to just publish it in scsi_priv.h. Oh right, I'll make that change. Thanks! > Tangent: As part of my libata work, I'm thinking about un-exporting > scsi_finish_command(), and instead exporting scsi_eh_flush_done_q() and > scsi_eh_finish_cmd(). Sounds ok. -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/