slub: Get rid of the another_slab label
authorChristoph Lameter <cl@linux.com>
Wed, 1 Jun 2011 17:25:56 +0000 (12:25 -0500)
committerPekka Enberg <penberg@kernel.org>
Sat, 2 Jul 2011 10:26:56 +0000 (13:26 +0300)
commitfc59c05306fe1dcfa3fb8ba34ed45407fba4689c
treeb187d9819cdb921fb6b575d10e487915b2a89dbe
parent80f08c191f6c9563641291bea80657a3b9faabf0
slub: Get rid of the another_slab label

We can avoid deactivate slab in special cases if we do the
deactivation of slabs in each code flow that leads to new_slab.

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