[PATCH] mm/slab: Merge adjacent debug sections

From: Geert Uytterhoeven
Date: Thu Dec 07 2017 - 05:19:03 EST


Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
mm/slab.c | 5 -----
1 file changed, 5 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index 70be5823227dcb3e..dd8c6d33f59a11d1 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1569,9 +1569,6 @@ static void dump_line(char *data, int offset, int limit)
}
}
}
-#endif
-
-#if DEBUG

static void print_objinfo(struct kmem_cache *cachep, void *objp, int lines)
{
@@ -1661,9 +1658,7 @@ static void check_poison_obj(struct kmem_cache *cachep, void *objp)
}
}
}
-#endif

-#if DEBUG
static void slab_destroy_debugcheck(struct kmem_cache *cachep,
struct page *page)
{
--
2.7.4