slub: Rework allocator fastpaths
authorChristoph Lameter <cl@linux.com>
Wed, 1 Jun 2011 17:25:52 +0000 (12:25 -0500)
committerPekka Enberg <penberg@kernel.org>
Sat, 2 Jul 2011 10:26:54 +0000 (13:26 +0300)
commit2cfb7455d223ab24b23df44be430faf92e12390f
tree6147fb32816d831d9f3f0e583a702aa4896f8354
parent61728d1efc927eccfa64c50ede4998a8765805c3
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>
mm/slub.c