From: Christoph Lameter Date: Wed, 1 Jun 2011 17:25:46 +0000 (-0500) Subject: slub: Move page->frozen handling near where the page->freelist handling occurs X-Git-Tag: v3.1-rc1~114^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb0a5068f4108e8ca60d5e0bcfbe6901adcfaef;p=pandora-kernel.git slub: Move page->frozen handling near where the page->freelist handling occurs This is necessary because the frozen bit has to be handled in the same cmpxchg_double with the freelist and the counters. Signed-off-by: Christoph Lameter Acked-by: David Rientjes Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed