]> git.baikalelectronics.ru Git - kernel.git/commit
slub: Add cmpxchg_double_slab()
authorChristoph Lameter <cl@linux.com>
Wed, 1 Jun 2011 17:25:49 +0000 (12:25 -0500)
committerPekka Enberg <penberg@kernel.org>
Sat, 2 Jul 2011 10:26:53 +0000 (13:26 +0300)
commit24af8a74c01824b5da9acf3b2a71afd39a6f5370
tree08c300c4dde3e1386670962f233612a366bc59af
parent3d4ddc603157544e74c83f3b15f9615aff764061
slub: Add cmpxchg_double_slab()

Add a function that operates on the second doubleword in the page struct
and manipulates the object counters, the freelist and the frozen attribute.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slub_def.h
mm/slub.c