aboutsummaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
diff options
context:
space:
mode:
authorDavid Chinner <dgc@sgi.com>2007-07-14 16:05:04 +1000
committerTim Shimmin <tes@chook.melbourne.sgi.com>2007-07-14 16:05:04 +1000
commitd7f0923d83dcabfc063257a281529cdbcd5eedb5 (patch)
treee45e8134c4d3b8c9a80d652063aa296fc222f31d /lib/radix-tree.c
parentfaa63e9584df41020440756b8b90b7b63f95e4f6 (diff)
[LIB]: export radix_tree_preload()
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>
Diffstat (limited to 'lib/radix-tree.c')
-rw-r--r--lib/radix-tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
index 402eb4eb6b2..9927cca14cb 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -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)