From: Christoph Lameter Date: Tue, 17 Jul 2007 11:03:19 +0000 (-0700) Subject: SLUB: use list_for_each_entry for loops over all slabs X-Git-Tag: v2.6.23-rc1~752 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b95a4acf157eee552e013795b54eaa2ab1ee4a1;p=pandora-kernel.git SLUB: use list_for_each_entry for loops over all slabs Use list_for_each_entry() instead of list_for_each(). Get rid of for_all_slabs(). It had only one user. So fold it into the callback. This also gets rid of cpu_slab_flush. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed