summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSong Liu <songliubraving@fb.com>2017-01-11 10:00:51 -0800
committerShaohua Li <shli@fb.com>2017-02-13 09:17:51 -0800
commit10257d719686706aa669b348309cfd9fd9783ad9 (patch)
tree81d2af82ccb0574689b9572a30f779d735a3b5ba
parent765d704db1f583630d52dc14c1ea573db6783459 (diff)
downloadlinux-10257d719686706aa669b348309cfd9fd9783ad9.tar.gz
linux-10257d719686706aa669b348309cfd9fd9783ad9.tar.xz
EXPORT_SYMBOL radix_tree_replace_slot
It will be used in drivers/md/raid5-cache.c Signed-off-by: Song Liu <songliubraving@fb.com> Signed-off-by: Shaohua Li <shli@fb.com>
-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 84812a9fb16f..72fab4999c00 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -1102,6 +1102,7 @@ void radix_tree_replace_slot(struct radix_tree_root *root,
{
replace_slot(root, NULL, slot, item, true);
}
+EXPORT_SYMBOL(radix_tree_replace_slot);
/**
* radix_tree_iter_replace - replace item in a slot