From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030338AbVIAT6j (ORCPT ); Thu, 1 Sep 2005 15:58:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030336AbVIAT6j (ORCPT ); Thu, 1 Sep 2005 15:58:39 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:43677 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1030334AbVIAT6i (ORCPT ); Thu, 1 Sep 2005 15:58:38 -0400 Date: Thu, 1 Sep 2005 20:58:32 +0100 From: Christoph Hellwig To: Jeff Garzik Cc: Brett Russ , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.13] libata: Marvell SATA support (PIO mode) Message-ID: <20050901195832.GA14602@infradead.org> Mail-Followup-To: Christoph Hellwig , Jeff Garzik , Brett Russ , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org References: <20050830183625.BEE1520F4C@lns1058.lss.emc.com> <4314C604.4030208@pobox.com> <20050901142754.B93BF27137@lns1058.lss.emc.com> <20050901144038.GA25830@infradead.org> <43175B23.8040803@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43175B23.8040803@pobox.com> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 01, 2005 at 03:48:51PM -0400, Jeff Garzik wrote: > Christoph Hellwig wrote: > >>+#include > >>+#include > >>+#include > >>+#include > >>+#include > >>+#include > >>+#include > >>+#include > >>+#include > >>+#include "scsi.h" > > > > > >pleaese don't include "scsi.h" in new drivers. It will go away soon. > >Use the headers and get rid of usage of obsolete constucts > >in your driver. > > > It stays until the rest of the libata drivers lose the include. > > After ATAPI support is done, I can stop 2.4.x support, and this and > several other compat-isms will go away. NACK. Jeff, I accept that you don't want to convert old drivers yet, but this is not acceptable for new drivers. We don't allow it for any new scsi LLDDs, and that includes libata drivers.