From: Salman Qazi Date: Thu, 11 Sep 2008 19:25:41 +0000 (-0700) Subject: slub: fixed uninitialized counter in struct kmem_cache_node X-Git-Tag: v2.6.27-rc7~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b71b70129aaaa38f280af2aa5a767a4dec9107;p=pandora-kernel.git slub: fixed uninitialized counter in struct kmem_cache_node Initialized total objects atomic for the node in init_kmem_cache_node. The uninitialized value was ruining the stats in /proc/slabinfo. Acked-by: Christoph Lameter Signed-off-by: Salman Qazi Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed