From: Christoph Lameter Date: Tue, 4 Sep 2012 23:38:33 +0000 (+0000) Subject: mm/sl[aou]b: Move list_add() to slab_common.c X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9adf5a5471647f392169ef19d3e81dcfa76045;p=pandora-kernel.git mm/sl[aou]b: Move list_add() to slab_common.c Move the code to append the new kmem_cache to the list of slab caches to the kmem_cache_create code in the shared code. This is possible now since the acquisition of the mutex was moved into kmem_cache_create(). Acked-by: David Rientjes Reviewed-by: Glauber Costa Reviewed-by: Joonsoo Kim Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed