[-mm patch] OCFS2_FS must depend on NET

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <[email protected]>

--- 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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux