Re: [PATCH] slab: Make allocations with GFP_ZERO slightly moreefficient

From: Christoph Lameter
Date: Wed Sep 11 2013 - 10:18:06 EST


On Tue, 10 Sep 2013, Joe Perches wrote:

> Use the likely mechanism already around valid
> pointer tests to better choose when to memset
> to 0 allocations with __GFP_ZERO

Ok but that is not that important since the first ptr check is only for
debuggin.

Acked-by: Christoph Lameter <cl@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/