From: "H. Peter Anvin" <hpa@zytor.com>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Make procfs obligatory except under CONFIG_EMBEDDED
Date: Mon, 29 May 2006 15:07:02 -0700 [thread overview]
Message-ID: <200605292207.k4TM722M027624@terminus.zytor.com> (raw)
From: H. Peter Anvin <hpa@zytor.com>
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.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
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
next reply other threads:[~2006-05-29 22:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-29 22:07 H. Peter Anvin [this message]
2006-05-31 22:18 ` Bill Davidsen
2006-05-31 22:18 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200605292207.k4TM722M027624@terminus.zytor.com \
--to=hpa@zytor.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome