The patch titled fs-cache-make-kafs-use-fs-cache fix has been added to the -mm tree. Its filename is fs-cache-make-kafs-use-fs-cache-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fs-cache-make-kafs-use-fs-cache fix From: Dave Hansen <haveblue@xxxxxxxxxx> On Fri, 2006-08-04 at 17:09 -0700, akpm@xxxxxxxx wrote: > The attached patch makes the kAFS filesystem in fs/afs/ use FS-Cache, and > through it any attached caches. The kAFS filesystem will use caching > automatically if it's available. I get the following warning when compiling AFS, but leaving FSCACHE compiled out in 2.6.18-rc3-mm2: fs/afs/vnode.c:522: warning: 'afs_vnode_cache_now_uncached' defined but not used The attached patch fixes it. Signed-off-by: Dave Hansen <haveblue@xxxxxxxxxx> Acked-By: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/afs/vnode.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/afs/vnode.c~fs-cache-make-kafs-use-fs-cache-fix fs/afs/vnode.c --- a/fs/afs/vnode.c~fs-cache-make-kafs-use-fs-cache-fix +++ a/fs/afs/vnode.c @@ -508,7 +508,6 @@ static void afs_vnode_cache_mark_pages_c } } /* end afs_vnode_cache_mark_pages_cached() */ -#endif /*****************************************************************************/ /* @@ -552,3 +551,4 @@ static void afs_vnode_cache_now_uncached _leave(""); } /* end afs_vnode_cache_now_uncached() */ +#endif _ Patches currently in -mm which might be from haveblue@xxxxxxxxxx are bootmem-remove-useless-__init-in-header-file.patch bootmem-mark-link_bootmem-as-part-of-the-__init-section.patch bootmem-remove-useless-parentheses-in-bootmem-header.patch bootmem-limit-to-80-columns-width.patch bootmem-remove-useless-headers-inclusions.patch bootmem-use-pfn-page-conversion-macros.patch bootmem-miscellaneous-coding-style-fixes.patch avr32-kill-config_discontigmem-support-completely.patch x86-enable-vmsplit-for-highmem-kernels.patch kthread-drivers-base-firmware_classc.patch fs-cache-make-kafs-use-fs-cache-fix.patch page-owner-tracking-leak-detector.patch x86-e820-debugging.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