Re: [PATCH v2 03/17] mm/slab: remove the checks for slab implementation bug

From: Christoph Lameter
Date: Fri Feb 26 2016 - 11:05:53 EST


On Fri, 26 Feb 2016, js1304@xxxxxxxxx wrote:

> From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx>
>
> Some of "#if DEBUG" are for reporting slab implementation bug rather than
> user usecase bug. It's not really needed because slab is stable for a
> quite long time and it makes code too dirty. This patch remove it.

Acked-by: Christoph Lameter <cl@xxxxxxxxx>