lkml.org 
[lkml]   [2003]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.5 patch] JFFS_PROC_FS must depend on JFFS_FS
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/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.127 / U:1.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site