The patch titled reiser4: export radix_tree_preload() to modules has been removed from the -mm tree. Its filename was reiser4-export-radix_tree_preload.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: reiser4: export radix_tree_preload() to modules From: Hans Reiser <reiser@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/radix-tree.c | 1 + 1 files changed, 1 insertion(+) diff -puN lib/radix-tree.c~reiser4-export-radix_tree_preload lib/radix-tree.c --- a/lib/radix-tree.c~reiser4-export-radix_tree_preload +++ a/lib/radix-tree.c @@ -153,6 +153,7 @@ int radix_tree_preload(gfp_t gfp_mask) out: return ret; } +EXPORT_SYMBOL(radix_tree_preload); static inline void tag_set(struct radix_tree_node *node, unsigned int tag, int offset) _ Patches currently in -mm which might be from reiser@xxxxxxxxxxx are reiser4-sb_sync_inodes.patch reiser4-export-remove_from_page_cache.patch reiser4.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