Signed-off-by: Li Wang <liw...@ubuntukylin.com> Signed-off-by: Yunchuan Wen <yunchuan...@ubuntukylin.com> --- include/linux/dcache.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index bf72e9a..6262171 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -249,6 +249,7 @@ extern struct dentry *d_find_any_alias(struct inode *inode); extern struct dentry * d_obtain_alias(struct inode *); extern void shrink_dcache_sb(struct super_block *); extern void shrink_dcache_parent(struct dentry *); +extern void shrink_pagecache_parent(struct dentry *); extern void shrink_dcache_for_umount(struct super_block *); extern int d_invalidate(struct dentry *); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/