From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758114AbXJYJ3T (ORCPT ); Thu, 25 Oct 2007 05:29:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753520AbXJYJ3M (ORCPT ); Thu, 25 Oct 2007 05:29:12 -0400 Received: from www.tglx.de ([62.245.132.106]:44027 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbXJYJ3L (ORCPT ); Thu, 25 Oct 2007 05:29:11 -0400 Date: Thu, 25 Oct 2007 11:28:55 +0200 (CEST) From: Thomas Gleixner To: Adrian Bunk cc: "Ahmed S. Darwish" , linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] feature-removal-schedule: remove SA_* flags entry In-Reply-To: <20071024162437.GM30533@stusta.de> Message-ID: References: <20071024162437.GM30533@stusta.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Oct 2007, Adrian Bunk wrote: > No reason to keep the feature-removal-schedule.txt entry after the code > was removed. > > Signed-off-by: Adrian Bunk Acked-by: Thomas Gleixner > --- > > Documentation/feature-removal-schedule.txt | 9 --------- > 1 file changed, 9 deletions(-) > > ecf4ac4330ec61cecb1665c8c39702e600633b80 > diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt > index 6b0f963..b9b8269 100644 > --- a/Documentation/feature-removal-schedule.txt > +++ b/Documentation/feature-removal-schedule.txt > @@ -191,15 +191,6 @@ Who: Nick Piggin > > --------------------------- > > -What: Interrupt only SA_* flags > -When: September 2007 > -Why: The interrupt related SA_* flags are replaced by IRQF_* to move them > - out of the signal namespace. > - > -Who: Thomas Gleixner > - > ---------------------------- > - > What: PHYSDEVPATH, PHYSDEVBUS, PHYSDEVDRIVER in the uevent environment > When: October 2008 > Why: The stacking of class devices makes these values misleading and >