commit | 02b71b70129aaaa38f280af2aa5a767a4dec9107 | [log] [tgz] |
---|---|---|
author | Salman Qazi <sqazi@google.com> | Thu Sep 11 12:25:41 2008 -0700 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Sep 15 09:49:05 2008 +0300 |
tree | a964cdde0a75171fe82bf700cd07375f035169bb | |
parent | bc45eb8950b8c14487385cfd2bda1613ca8d9703 [diff] |
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 <cl@linux-foundation.org> Signed-off-by: Salman Qazi <sqazi@google.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>