commit | 2cfb7455d223ab24b23df44be430faf92e12390f | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Jun 01 12:25:52 2011 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Jul 02 13:26:54 2011 +0300 |
tree | 6147fb32816d831d9f3f0e583a702aa4896f8354 | |
parent | 61728d1efc927eccfa64c50ede4998a8765805c3 [diff] |
slub: Rework allocator fastpaths Rework the allocation paths so that updates of the page freelist, frozen state and number of objects use cmpxchg_double_slab(). Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>