mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
765d704db1
commit
10257d7196
1 changed files with 1 additions and 0 deletions
|
@ -1102,6 +1102,7 @@ void radix_tree_replace_slot(struct radix_tree_root *root,
|
||||||
{
|
{
|
||||||
replace_slot(root, NULL, slot, item, true);
|
replace_slot(root, NULL, slot, item, true);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(radix_tree_replace_slot);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* radix_tree_iter_replace - replace item in a slot
|
* radix_tree_iter_replace - replace item in a slot
|
||||||
|
|
Loading…
Add table
Reference in a new issue