From: Christoph Lameter Date: Sat, 25 Mar 2006 11:06:46 +0000 (-0800) Subject: [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix X-Git-Tag: v2.6.17-rc1~851 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafeb02e098ecd58fb0bd797b2c9fbba3edf54f8;p=pandora-kernel.git [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix Inspired by Jesper Juhl's patch from today 1. Get rid of err We do not set it to anything else but zero. 2. Drop the CONFIG_NUMA stuff. There are definitions for alloc_alien_cache and free_alien_cache() that do the right thing for the non NUMA case. 3. Better naming of variables. 4. Remove redundant cachep->nodelists[node] expressions. Signed-off-by: Christoph Lameter Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed