projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765d704
)
EXPORT_SYMBOL radix_tree_replace_slot
author
Song Liu
<songliubraving@fb.com>
Wed, 11 Jan 2017 18:00:51 +0000
(10:00 -0800)
committer
Shaohua Li
<shli@fb.com>
Mon, 13 Feb 2017 17:17:51 +0000
(09:17 -0800)
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>
lib/radix-tree.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/radix-tree.c
b/lib/radix-tree.c
index 84812a9fb16fbbd1409315ea3752fb9a1e3e39ef..72fab4999c00662a187536ee66c6084eb69a8b11 100644
(file)
--- 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