slub: Make cpu partial slab support configurable
authorJoonsoo Kim <iamjoonsoo.kim@lge.com>
Wed, 19 Jun 2013 05:05:52 +0000 (14:05 +0900)
committerPekka Enberg <penberg@kernel.org>
Sun, 7 Jul 2013 16:09:56 +0000 (19:09 +0300)
CPU partial support can introduce level of indeterminism that is not
wanted in certain context (like a realtime kernel). Make it
configurable.

This patch is based on Christoph Lameter's "slub: Make cpu partial slab
support configurable V2".

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found