slub: dump more data on slab corruption
authorPekka Enberg <penberg@cs.helsinki.fi>
Sat, 19 Jul 2008 11:17:22 +0000 (14:17 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Sat, 19 Jul 2008 11:17:22 +0000 (14:17 +0300)
commit0ebd652b35e988c0be3390e49b39cc064ba1cfce
tree320df368cab858929101325f9e3b956e9cd3c52c
parent41ab8592ca35a20580665cae18c172816236b21e
slub: dump more data on slab corruption

The limit of 128 bytes is too small when debugging slab corruption of the skb
cache, for example. So increase the limit to PAGE_SIZE to make debugging
corruptions easier.

Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
mm/slub.c