commit | f7cb1933621bce66a77f690776a16fe3ebbc4d58 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Sep 29 07:15:01 2010 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:44:10 2010 +0300 |
tree | 7d78e7bc0f985abdf8e9fe281b0c0b4b0bcc7ced | |
parent | 7340cc84141d5236c5dd003359ee921513cd9b84 [diff] |
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 <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>