mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [-mm patch] OCFS2_FS must depend on NET
@ 2005-07-17 19:42 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-07-17 19:42 UTC (permalink / raw)
  To: ocfs2-devel; +Cc: linux-kernel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-17 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-17 19:42 [-mm patch] OCFS2_FS must depend on NET Adrian Bunk

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®