diff options
author | Song Liu <songliubraving@fb.com> | 2017-01-11 19:00:51 +0100 |
---|---|---|
committer | Shaohua Li <shli@fb.com> | 2017-02-13 18:17:51 +0100 |
commit | 10257d719686706aa669b348309cfd9fd9783ad9 (patch) | |
tree | 81d2af82ccb0574689b9572a30f779d735a3b5ba /lib/radix-tree.c | |
parent | raid5: only dispatch IO from raid5d for harddisk raid (diff) | |
download | linux-10257d719686706aa669b348309cfd9fd9783ad9.tar.xz linux-10257d719686706aa669b348309cfd9fd9783ad9.zip |
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>
Diffstat (limited to 'lib/radix-tree.c')
-rw-r--r-- | lib/radix-tree.c | 1 |
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 |