linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm] cachefiles uses PROC_FS
@ 2006-11-17  5:32 Randy Dunlap
  2006-11-17  9:56 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-11-17  5:32 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: dhowells, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

CACHEFILES uses PROC_FS, so make it a Kconfig depends.

fs/cachefiles/cf-main.c:77: error: 'proc_root_fs' undeclared (first use in this function)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 fs/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-2619-rc5mm2.orig/fs/Kconfig
+++ linux-2619-rc5mm2/fs/Kconfig
@@ -655,6 +655,7 @@ config FSCACHE
 
 config CACHEFILES
 	tristate "Filesystem caching on files"
+	depends on PROC_FS
 	select FSCACHE
 	help
 	  This permits use of a mounted filesystem as a cache for other


---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-17  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-17  5:32 [PATCH -mm] cachefiles uses PROC_FS Randy Dunlap
2006-11-17  9:56 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).