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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10257d719686706aa669b348309cfd9fd9783ad9;p=thirdparty%2Fkernel%2Fstable.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 84812a9fb16fb..72fab4999c006 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