From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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 --- - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html