The patch titled fscache: kconfig tidying has been added to the -mm tree. Its filename is fscache-kconfig-tidying.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fscache: kconfig tidying From: Christoph Hellwig <hch@xxxxxxxxxxxxx> Use select for CONFIG_FSCACHE to fix the dependency mess Signed-off-by: Christoph Hellwig <hch@xxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/Kconfig | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff -puN fs/Kconfig~fscache-kconfig-tidying fs/Kconfig --- a/fs/Kconfig~fscache-kconfig-tidying +++ a/fs/Kconfig @@ -538,8 +538,7 @@ config FUSE_FS menu "Caches" config FSCACHE - tristate "General filesystem cache manager" - depends on EXPERIMENTAL + tristate help This option enables a generic filesystem caching manager that can be used by various network and other filesystems to cache data @@ -550,7 +549,7 @@ config FSCACHE config CACHEFILES tristate "Filesystem caching on files" - depends on FSCACHE + select FSCACHE help This permits use of a mounted filesystem as a cache for other filesystems - primarily networking filesystems - thus allowing fast @@ -1556,7 +1555,7 @@ config NFS_V4 config NFS_FSCACHE bool "Provide NFS client caching support (EXPERIMENTAL)" depends on EXPERIMENTAL - depends on NFS_FS=m && FSCACHE || NFS_FS=y && FSCACHE=y + select FSCACHE help Say Y here if you want NFS data to be cached locally on disc through the general filesystem cache manager @@ -2001,7 +2000,7 @@ config AFS_FS config AFS_FSCACHE bool "Provide AFS client caching support" depends on EXPERIMENTAL - depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y + select FSCACHE help Say Y here if you want AFS data to be cached locally on through the generic filesystem cache manager _ Patches currently in -mm which might be from hch@xxxxxxxxxxxxx are origin.patch git-gfs2.patch deal-with-cases-of-zone_dma-meaning-the-first-zone.patch fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-fscache-fix-gfp_t-sparse-annotations.patch fscache-kconfig-tidying.patch ecryptfs-fs-makefile-and-fs-kconfig.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html