From: Christoph Lameter Date: Wed, 29 Sep 2010 12:15:01 +0000 (-0500) Subject: SLUB: Pass active and inactive redzone flags instead of boolean to debug functions X-Git-Tag: v2.6.37-rc1~141^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7cb1933621bce66a77f690776a16fe3ebbc4d58;p=pandora-kernel.git SLUB: Pass active and inactive redzone flags instead of boolean to debug functions Pass the actual values used for inactive and active redzoning to the functions that check the objects. Avoids a lot of the ? : things to lookup the values in the functions. Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed