commit | 264132bc62fe071d0ff378c1103bae9d33212f10 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Mon Mar 06 12:10:07 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Mar 06 12:10:07 2006 -0800 |
tree | 8b293d7c7465f28b4fe2788df70e25dfda2be088 | |
parent | 24ed6e2c7894350d9bc06a559d3c23338ecf3323 [diff] |
Fix "check_slabp" printout size calculation We want to use the "struct slab" size, not the size of the pointer to same. As it is, we'd not print out the last <n> entry pointers in the slab (where <n> is ~10, depending on whether it's a 32-bit or 64-bit kernel). Gaah, that slab code was written by somebody who likes unreadable crud. Signed-off-by: Linus Torvalds <torvalds@osdl.org>