Skip to content

Commit

Permalink
slub: Fix a typo in config name
Browse files Browse the repository at this point in the history
There's no config named SLAB_DEBUG, and it should be a typo
of SLUB_DEBUG.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
  • Loading branch information
Li Zefan authored and Pekka Enberg committed Apr 12, 2011
1 parent 0ce790e commit 607bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 607bf32

Please sign in to comment.