From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED Date: Wed, 14 Jul 2010 16:38:52 -0700 Message-ID: <20100714163852.b3c09930.akpm@linux-foundation.org> References: <20100709185450.GA29473@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100709185450.GA29473@kroah.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Greg Kroah-Hartman Cc: Jens Axboe , Randy Dunlap , alsa-devel@alsa-project.org, Peter Zijlstra , linux-scsi@vger.kernel.org, Takashi Iwai , Greg KH , Kay Sievers , linux-kernel@vger.kernel.org, David Howells , "James E.J. Bottomley" , Alan Stern , "Eric W. Biederman" , Ingo Molnar , Tejun Heo , Alexey Kuznetsov , Stephen Hemminger , "David S. Miller" List-Id: linux-scsi@vger.kernel.org On Fri, 9 Jul 2010 11:54:50 -0700 Greg Kroah-Hartman wrote: > This is no longer needed by any userspace tools, so it's safe to > remove. Makes my FC6 test box not boot - can't find /dev/root. Then when I go back to plain old mainline (2.6.35-rc5) and run `make oldconfig', the .config change sticks: @@ -106,8 +106,7 @@ CONFIG_LOG_BUF_SHIFT=17 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set -CONFIG_SYSFS_DEPRECATED=y -CONFIG_SYSFS_DEPRECATED_V2=y +# CONFIG_SYSFS_DEPRECATED_V2 is not set CONFIG_RELAY=y CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set and the box still won't boot.