Skip to content

Commit

Permalink
[LIB]: export radix_tree_preload()
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-Off-By: Tim Shimmin <[email protected]>
  • Loading branch information
David Chinner authored and Tim Shimmin committed Jul 14, 2007
1 parent faa63e9 commit d7f0923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/radix-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7f0923

Please sign in to comment.