From: Linus Torvalds Date: Mon, 6 Mar 2006 20:10:07 +0000 (-0800) Subject: Fix "check_slabp" printout size calculation X-Git-Tag: v2.6.16-rc6~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=264132bc62fe071d0ff378c1103bae9d33212f10;p=pandora-kernel.git 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 entry pointers in the slab (where 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 --- Reading git-diff-tree failed