summaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
diff options
context:
space:
mode:
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 9c0fa4d..5ed506d 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -1227,6 +1227,7 @@ void radix_tree_replace_slot(struct radix_tree_root *root,
{
__radix_tree_replace(root, NULL, slot, item, NULL, NULL);
}
+EXPORT_SYMBOL(radix_tree_replace_slot);
/**
* radix_tree_iter_replace - replace item in a slot
OpenPOWER on IntegriCloud