From: Shaohua Li Date: Fri, 11 Nov 2011 00:33:48 +0000 (+0800) Subject: slub: use correct parameter to add a page to partial list tail X-Git-Tag: v3.2-rc4~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64ae042d94d376b54e7a343d93c48561e9d2e16;p=pandora-kernel.git slub: use correct parameter to add a page to partial list tail unfreeze_partials() needs add the page to partial list tail, since such page hasn't too many free objects. We now explictly use DEACTIVATE_TO_TAIL for this, while DEACTIVATE_TO_TAIL != 1. This will cause performance regression (eg, more lock contention in node->list_lock) without below fix. Signed-off-by: Shaohua Li Acked-by: Christoph Lameter Acked-by: David Rientjes Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed