commit | 8cb0a5068f4108e8ca60d5e0bcfbe6901adcfaef | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Jun 01 12:25:46 2011 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Jul 02 13:26:53 2011 +0300 |
tree | 48098dca8f01abd882bfb9771880b2c791604f8a | |
parent | 50d5c41cd151b21ac1dfc98f048210456ccacc20 [diff] |
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 <cl@linux.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>