commit | 09ad4bbc3a5c93316d7f4ffc0c310d9cbb28c2f0 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Sat Oct 29 18:15:52 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:36 2005 -0700 |
tree | b98d5390ceef3dcb8d1fe83b1ef7ffe0106d4c94 | |
parent | c340010e4bf824d969a89fa192ecc7a526c0cd24 [diff] |
[PATCH] slab: add additional debugging to detect slabs from the wrong node This patch adds some stack dumps if the slab logic is processing slab blocks from the wrong node. This is necessary in order to detect situations as encountered by Petr. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>