mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[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>
This commit is contained in:
parent
faa63e9584
commit
d7f0923d83
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ int radix_tree_preload(gfp_t gfp_mask)
|
||||||
out:
|
out:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(radix_tree_preload);
|
||||||
|
|
||||||
static inline void tag_set(struct radix_tree_node *node, unsigned int tag,
|
static inline void tag_set(struct radix_tree_node *node, unsigned int tag,
|
||||||
int offset)
|
int offset)
|
||||||
|
|
Loading…
Reference in a new issue