[PATCH] unexport is_subdir and shrink_dcache_anon

From: Christoph Hellwig
Date: Tue Sep 07 2004 - 11:14:08 EST


two dcache.c functions that shouldn't be used by filesystems directly
(probably a leftover of the intermezzo mess)


--- 1.91/fs/dcache.c 2004-08-27 08:31:38 +02:00
+++ edited/fs/dcache.c 2004-09-07 14:52:27 +02:00
@@ -1655,8 +1655,6 @@
EXPORT_SYMBOL(dput);
EXPORT_SYMBOL(find_inode_number);
EXPORT_SYMBOL(have_submounts);
-EXPORT_SYMBOL(is_subdir);
EXPORT_SYMBOL(names_cachep);
-EXPORT_SYMBOL(shrink_dcache_anon);
EXPORT_SYMBOL(shrink_dcache_parent);
EXPORT_SYMBOL(shrink_dcache_sb);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/