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:
Song Liu 2017-01-11 10:00:51 -08:00 коммит произвёл Shaohua Li
Родитель 765d704db1
Коммит 10257d7196
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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