From: Christoph Lameter Date: Fri, 22 Jul 2011 14:35:14 +0000 (-0500) Subject: slub: When allocating a new slab also prep the first object X-Git-Tag: v3.1-rc1~114^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e577e8b46ab0c38970c0f0cd7eae62e6dffddee;p=pandora-kernel.git slub: When allocating a new slab also prep the first object We need to branch to the debug code for the first object if we allocate a new slab otherwise the first object will be marked wrongly as inactive. Tested-by: Rabin Vincent Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed