mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
rcu/kvfree: Adjust a shrinker name
Rename "rcu-kfree" to "slab-kvfree-rcu" since it goes to the slab_common.c file soon. Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com> Acked-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com> Tested-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
This commit is contained in:
parent
ba5cac52d0
commit
c18bcd85ce
1 changed files with 1 additions and 1 deletions
|
|
@ -5689,7 +5689,7 @@ void __init kvfree_rcu_init(void)
|
||||||
krcp->initialized = true;
|
krcp->initialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
kfree_rcu_shrinker = shrinker_alloc(0, "rcu-kfree");
|
kfree_rcu_shrinker = shrinker_alloc(0, "slab-kvfree-rcu");
|
||||||
if (!kfree_rcu_shrinker) {
|
if (!kfree_rcu_shrinker) {
|
||||||
pr_err("Failed to allocate kfree_rcu() shrinker!\n");
|
pr_err("Failed to allocate kfree_rcu() shrinker!\n");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue