Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965202AbWEaWQM (ORCPT ); Wed, 31 May 2006 18:16:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965208AbWEaWQL (ORCPT ); Wed, 31 May 2006 18:16:11 -0400 Received: from mail.tmr.com ([64.65.253.246]:63686 "EHLO pixels.tmr.com") by vger.kernel.org with ESMTP id S965202AbWEaWQK (ORCPT ); Wed, 31 May 2006 18:16:10 -0400 Message-ID: <447E161B.6060206@tmr.com> Date: Wed, 31 May 2006 18:18:03 -0400 From: Bill Davidsen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060405 SeaMonkey/1.0.1 MIME-Version: 1.0 To: "H. Peter Anvin" , Linux Kernel M/L Subject: Re: [PATCH] Make procfs obligatory except under CONFIG_EMBEDDED References: <200605292207.k4TM722M027624@terminus.zytor.com> In-Reply-To: <200605292207.k4TM722M027624@terminus.zytor.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1044 Lines: 31 H. Peter Anvin wrote: > From: H. Peter Anvin > > This patch makes procfs non-optional unless EMBEDDED is set, just like > sysfs. procfs is already de facto required for a large subset of > Linux functionality. I have no objection, but I'm curious why this wasn't done long ago. > > Signed-off-by: H. Peter Anvin > > diff --git a/fs/Kconfig b/fs/Kconfig > index 71d6b30..2c3a733 100644 > --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -764,7 +764,8 @@ endmenu > menu "Pseudo filesystems" > > config PROC_FS > - bool "/proc file system support" > + bool "/proc file system support" if EMBEDDED > + default y > help > This is a virtual file system providing information about the status > of the system. "Virtual" means that it doesn't take up any space on - 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/