[LIB]: export radix_tree_preload()
authorDavid Chinner <dgc@sgi.com>
Sat, 14 Jul 2007 06:05:04 +0000 (16:05 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Sat, 14 Jul 2007 06:05:04 +0000 (16:05 +1000)
XFS filestreams functionality uses radix trees and the preload
functions. XFS can be built as a module and hence we need
radix_tree_preload() exported. radix_tree_preload_end() is a
static inline, so it doesn't need exporting.

Signed-Off-By: Dave Chinner <dgc@sgi.com>
Signed-Off-By: Tim Shimmin <tes@sgi.com>
lib/radix-tree.c

index 402eb4eb6b23634492245c4393a0c2829de81de0..9927cca14cb70fd0d65a9ca63c297258dfebdc87 100644 (file)
@@ -151,6 +151,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)