From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422687AbWAMONo (ORCPT ); Fri, 13 Jan 2006 09:13:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422690AbWAMONo (ORCPT ); Fri, 13 Jan 2006 09:13:44 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:6155 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1422686AbWAMONn (ORCPT ); Fri, 13 Jan 2006 09:13:43 -0500 Date: Fri, 13 Jan 2006 15:13:43 +0100 From: Adrian Bunk To: Alan Cox Cc: Andi Kleen , David Woodhouse , jgarzik@pobox.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] schedule SHAPER for removal Message-ID: <20060113141343.GM29663@stusta.de> References: <20060111003747.GJ3911@stusta.de> <1136940409.3435.126.camel@localhost.localdomain> <200601110153.21989.ak@suse.de> <1136944738.28616.0.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1136944738.28616.0.camel@localhost.localdomain> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 11, 2006 at 01:58:58AM +0000, Alan Cox wrote: > On Mer, 2006-01-11 at 01:53 +0100, Andi Kleen wrote: > > shaper is completely obsolete and it's probably best to just remove > > all references to it and the kernel driver too. > > I would agree with that but it nees to go through a proper obsolesence > and obliteration cycle not just vanish. Patch below. cu Adrian <-- snip --> Signed-off-by: Adrian Bunk --- linux-2.6.15-mm3-full/Documentation/feature-removal-schedule.txt.old 2006-01-13 15:02:15.000000000 +0100 +++ linux-2.6.15-mm3-full/Documentation/feature-removal-schedule.txt 2006-01-13 15:06:19.000000000 +0100 @@ -164,0 +165,6 @@ +--------------------------- + +What: Traffic Shaper (CONFIG_SHAPER) +When: July 2006 +Why: obsoleted by the code in net/sched/ +Who: Adrian Bunk