Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753367Ab0BBXSt (ORCPT ); Tue, 2 Feb 2010 18:18:49 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37500 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298Ab0BBXSs (ORCPT ); Tue, 2 Feb 2010 18:18:48 -0500 Date: Tue, 02 Feb 2010 15:19:00 -0800 (PST) Message-Id: <20100202.151900.211475917.davem@davemloft.net> To: jeff@garzik.org Cc: alan@lxorguk.ukuu.org.uk, bzolnier@gmail.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/68] ide2libata From: David Miller In-Reply-To: <4B68B0CF.1040907@garzik.org> References: <20100201125845.3f468363@lxorguk.ukuu.org.uk> <20100201.051432.226757615.davem@davemloft.net> <4B68B0CF.1040907@garzik.org> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1178 Lines: 30 From: Jeff Garzik Date: Tue, 02 Feb 2010 18:10:07 -0500 > But hey... if you want to accept patches slowly turning IDE into > libata, that's your call :) It just seems quite contrary to what has > been sold to the remaining IDE users. What I said back then was based upon the presumption that the drivers has a small tester base, thus any change to any particular driver isn't likely to get much testing. If the drivers get truly shared between IDE and ATA, that presumption is entirely removed, the ATA testers will be hitting the same driver code that whatever remaining IDE users will be. So if the sharing can be done in a sane manner, I'm OK with that kind of plan. What Bart has posted with all of the ifdefs and stuff, I've stated over and over I don't agree with and don't think is sane. Doing it by making the data structures actually be the same, and not using any ifdefs, that would be sane to me. -- 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/