Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757674Ab0GNXkZ (ORCPT ); Wed, 14 Jul 2010 19:40:25 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:54328 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754396Ab0GNXkW (ORCPT ); Wed, 14 Jul 2010 19:40:22 -0400 Date: Wed, 14 Jul 2010 16:38:52 -0700 From: Andrew Morton To: Greg Kroah-Hartman Cc: Greg KH , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, alsa-devel@alsa-project.org, Jens Axboe , Stephen Hemminger , "Eric W. Biederman" , Kay Sievers , Alan Stern , "James E.J. Bottomley" , Alexey Kuznetsov , Randy Dunlap , Tejun Heo , "David S. Miller" , Jaroslav Kysela , Takashi Iwai , Ingo Molnar , Peter Zijlstra , David Howells Subject: Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED Message-Id: <20100714163852.b3c09930.akpm@linux-foundation.org> In-Reply-To: <20100709185450.GA29473@kroah.com> References: <20100709185450.GA29473@kroah.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 27 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/