Commit 607bf324 authored by Li Zefan's avatar Li Zefan Committed by Pekka Enberg

slub: Fix a typo in config name

There's no config named SLAB_DEBUG, and it should be a typo
of SLUB_DEBUG.
Acked-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent 0ce790e7
......@@ -3203,7 +3203,7 @@ static void __init kmem_cache_bootstrap_fixup(struct kmem_cache *s)
list_for_each_entry(p, &n->partial, lru)
p->slab = s;
#ifdef CONFIG_SLAB_DEBUG
#ifdef CONFIG_SLUB_DEBUG
list_for_each_entry(p, &n->full, lru)
p->slab = s;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment