From: Song Liu Date: Wed, 11 Jan 2017 18:00:51 +0000 (-0800) Subject: EXPORT_SYMBOL radix_tree_replace_slot X-Git-Tag: v4.11-rc1~80^2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=10257d719686706aa669b348309cfd9fd9783ad9;p=karo-tx-linux.git EXPORT_SYMBOL radix_tree_replace_slot It will be used in drivers/md/raid5-cache.c Signed-off-by: Song Liu Signed-off-by: Shaohua Li --- 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