Skip to content
Snippets Groups Projects
Commit fdaa45e9 authored by Ingo Molnar's avatar Ingo Molnar Committed by Pekka Enberg
Browse files

slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG


This build bug:

 mm/slub.c: In function 'kmem_cache_open':
 mm/slub.c:2476: error: 'disable_higher_order_debug' undeclared (first use in this function)
 mm/slub.c:2476: error: (Each undeclared identifier is reported only once
 mm/slub.c:2476: error: for each function it appears in.)

Triggers because there's no !CONFIG_SLUB_DEBUG definition for
disable_higher_order_debug.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
parent 0cb583fd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment