mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.5 patch] JFFS_PROC_FS must depend on JFFS_FS
@ 2003-06-07 13:48 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-07 13:48 UTC (permalink / raw)
  To: jffs-dev; +Cc: linux-kernel, trivial

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


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

only message in thread, other threads:[~2003-06-07 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-07 13:48 [2.5 patch] JFFS_PROC_FS must depend on JFFS_FS 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®