]> 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)
commit4e0245432dc4ae64df3abe76e3a21c7739df1acc
tree08c300c4dde3e1386670962f233612a366bc59af
parent5d5d7f4eb6c22f50b733226f26d74178315f9c10
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