From: Adrian Bunk <bunk@stusta.de>
To: ocfs2-devel@oss.oracle.com
Cc: linux-kernel@vger.kernel.org
Subject: [-mm patch] OCFS2_FS must depend on NET
Date: Sun, 17 Jul 2005 21:42:08 +0200 [thread overview]
Message-ID: <20050717194207.GB3753@stusta.de> (raw)
If you select some variable, you have to ensure that the dependencies of
the select'ed variable are fulfilled.
OCFS2_FS=y, NET=n, INET=y is not a legal combination (resulting in link
errors).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc3-mm1-full/fs/Kconfig.old 2005-07-17 21:35:15.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/fs/Kconfig 2005-07-17 21:35:54.000000000 +0200
@@ -327,11 +327,11 @@
source "fs/xfs/Kconfig"
config OCFS2_FS
tristate "OCFS2 file system support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && (X86 || IA64 || X86_64 || BROKEN)
+ depends on NET && EXPERIMENTAL && (X86 || IA64 || X86_64 || BROKEN)
select CONFIGFS_FS
select JBD
select CRC32
select INET
help
reply other threads:[~2005-07-17 19:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20050717194207.GB3753@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=ocfs2-devel@oss.oracle.com \
/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®