From: David Howells <dhowells@xxxxxxxxxx> Move the bdev_cache_init() extern declaration from fs/dcache.c to linux/blkdev.h. Signed-Off-By: David Howells <dhowells@xxxxxxxxxx> --- fs/dcache.c | 2 +- include/linux/blkdev.h | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/fs/dcache.c b/fs/dcache.c index 1b4a3a3..886ca6f 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -32,6 +32,7 @@ #include <linux/security.h> #include <linux/seqlock.h> #include <linux/swap.h> #include <linux/bootmem.h> +#include <linux/blkdev.h> int sysctl_vfs_cache_pressure __read_mostly = 100; @@ -1742,7 +1743,6 @@ kmem_cache_t *filp_cachep __read_mostly; EXPORT_SYMBOL(d_genocide); -extern void bdev_cache_init(void); extern void chrdev_init(void); void __init vfs_caches_init_early(void) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index aafe827..41a643f 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -840,5 +840,6 @@ #define MODULE_ALIAS_BLOCKDEV(major,mino #define MODULE_ALIAS_BLOCKDEV_MAJOR(major) \ MODULE_ALIAS("block-major-" __stringify(major) "-*") +extern void bdev_cache_init(void); #endif - 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