[2.5 patch] JFFS_PROC_FS must depend on JFFS_FS

From: Adrian Bunk (bunk@fs.tum.de)
Date: Sat Jun 07 2003 - 08:48:20 EST


In 2.5.70-mm5 compilation fails if JFFS_PROC_FS and !PROC. The
following dependency in the Kconfig file is needed:

--- linux-2.5.70-mm5/fs/Kconfig.old 2003-06-07 15:42:10.000000000 +0200
+++ linux-2.5.70-mm5/fs/Kconfig 2003-06-07 15:42:32.000000000 +0200
@@ -1043,7 +1043,7 @@
 
 config JFFS_PROC_FS
         bool "JFFS stats available in /proc filesystem"
- depends on JFFS_FS
+ depends on JFFS_FS && PROC
         help
           Enabling this option will cause statistics from mounted JFFS file systems
           to be made available to the user in the /proc/fs/jffs/ directory.

cu
Adrian

-- 

"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

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



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:33 EST