From: Haicheng Li Date: Wed, 6 Jan 2010 07:25:23 +0000 (+0800) Subject: slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). X-Git-Tag: v2.6.34-rc1~189^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3186a9c51eabe75b2780153ed7f07778d78b16e;p=pandora-kernel.git slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). Comparing with existing code, it's a simpler way to use kzalloc_node() to ensure that each unused alien cache entry is NULL. CC: Eric Dumazet Acked-by: Andi Kleen Acked-by: Christoph Lameter Acked-by: Matt Mackall Signed-off-by: Haicheng Li Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed