From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755192AbYIERlA (ORCPT ); Fri, 5 Sep 2008 13:41:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752838AbYIERkj (ORCPT ); Fri, 5 Sep 2008 13:40:39 -0400 Received: from gv-out-0910.google.com ([216.239.58.187]:60725 "EHLO gv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752408AbYIERki (ORCPT ); Fri, 5 Sep 2008 13:40:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=Z+BWfG0ZRBbsqv+gl4AmpMQ6qtgk9NyWc1gn4mSCZDM/Wxm3Opmd5vRfQQOToOOD3v wy40stcgI0cEOrNk2vT37RxOdTiGDzjLIttwjmL0oBcjAy84t2+71vrVNnr1vXBtuBsk XPAp8eKnJiu7nZUzqXiGmkkSc7FGKO9lG+4Ug= From: Bartlomiej Zolnierkiewicz To: FUJITA Tomonori Subject: Re: [PATCH] ide/Kconfig: mark ide-scsi as deprecated Date: Fri, 5 Sep 2008 19:38:24 +0200 User-Agent: KMail/1.9.9 Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org References: <200808192111.45351.bzolnier@gmail.com> <200809031943.55605.bzolnier@gmail.com> <20080904033222O.fujita.tomonori@lab.ntt.co.jp> In-Reply-To: <20080904033222O.fujita.tomonori@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809051938.24933.bzolnier@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wednesday 03 September 2008, FUJITA Tomonori wrote: > On Wed, 3 Sep 2008 19:43:55 +0200 > Bartlomiej Zolnierkiewicz wrote: > > > On Wednesday 03 September 2008, FUJITA Tomonori wrote: > > > On Tue, 19 Aug 2008 21:11:44 +0200 > > > Bartlomiej Zolnierkiewicz wrote: > > > > > > > Mark ide-scsi as deprecated and remove stale/bogus documentation. > > > > > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > > > > --- > > > > drivers/ide/Kconfig | 16 +--------------- > > > > 1 file changed, 1 insertion(+), 15 deletions(-) > > > > > > Can we add ide-scsi to Documentation/feature-removal-schedule.txt? > > > > Sure, care to send a patch? > > 2.6.30 is too far? It is IMHO. > = > From: FUJITA Tomonori > Subject: [PATCH] add deprecated ide-scsi to feature-removal-schedule.txt > > Signed-off-by: FUJITA Tomonori > --- > Documentation/feature-removal-schedule.txt | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt > index eb1a47b..feb84b0 100644 > --- a/Documentation/feature-removal-schedule.txt > +++ b/Documentation/feature-removal-schedule.txt > @@ -322,3 +322,11 @@ Why: Accounting can now be enabled/disabled without kernel recompilation. > controlled by a kernel/module/sysfs/sysctl parameter. > Who: Krzysztof Piotr Oledzki > > +--------------------------- > + > +What: ide-scsi (BLK_DEV_IDESCSI) > +When: 2.6.30 > +Why: The 2.6 kernel supports direct writing to ide CD drives, which > + eliminates the need for ide-scsi. The new method is more > + efficient in every way. > +Who: Bartlomiej Zolnierkiewicz Thanks but I thought that you would also want to handle the removal patch?