From: Erlend Aasland <erlend-a@innova.no>
To: Patchmonkey <trivial@rustcorp.com.au>
Cc: LKML <linux-kernel@vger.kernel.org>, jffs-dev <jffs-dev@axis.com>
Subject: [TRIVIAL][PATCH 2.5] Fix JFFS when procfs is not enabled
Date: Thu, 25 Jul 2002 16:16:30 +0200 [thread overview]
Message-ID: <20020725161630.A23807@innova.no> (raw)
Hi,
Here's a trivial one. Only ask for procfs support when procfs is
enabled.
It's against a clean 2.5.28 tree.
Regards,
Erlend Aasland
--- linux-2.5.28/fs/Config.in 2002-07-18 12:34:26.000000000 +0200
+++ linux-2.5.28-dirty/fs/Config.in 2002-07-23 03:56:10.000000000 +0200
@@ -44,8 +44,8 @@
dep_tristate 'EFS file system support (read only) (EXPERIMENTAL)' CONFIG_EFS_FS $CONFIG_EXPERIMENTAL
dep_tristate 'Journalling Flash File System (JFFS) support' CONFIG_JFFS_FS $CONFIG_MTD
if [ "$CONFIG_JFFS_FS" = "y" -o "$CONFIG_JFFS_FS" = "m" ] ; then
- int 'JFFS debugging verbosity (0 = quiet, 3 = noisy)' CONFIG_JFFS_FS_VERBOSE 0
- bool 'JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS
+ int ' JFFS debugging verbosity (0 = quiet, 3 = noisy)' CONFIG_JFFS_FS_VERBOSE 0
+ dep_bool ' JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS $CONFIG_PROC_FS
fi
dep_tristate 'Journalling Flash File System v2 (JFFS2) support' CONFIG_JFFS2_FS $CONFIG_MTD
if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then
next reply other threads:[~2002-07-25 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-25 14:16 Erlend Aasland [this message]
2002-07-25 14:46 ` David Woodhouse
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=20020725161630.A23807@innova.no \
--to=erlend-a@innova.no \
--cc=jffs-dev@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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
all inboxes | Powered by JetHome®