]> Git Repo - linux.git/commit - mm/slub.c
slub: disable tracing and failslab for merged slabs
authorChristoph Lameter <[email protected]>
Thu, 9 Oct 2014 22:26:11 +0000 (15:26 -0700)
committerLinus Torvalds <[email protected]>
Fri, 10 Oct 2014 02:25:51 +0000 (22:25 -0400)
commitc9e16131d6e39bddd183f0b9d787ec0a62bf0eeb
treed0a92993d7077e883459e49c3971bde51116bcb7
parent25c4f304be8cd6831105d3a2876028e4ecd254a1
slub: disable tracing and failslab for merged slabs

Tracing of mergeable slabs as well as uses of failslab are confusing since
the objects of multiple slab caches will be affected.  Moreover this
creates a situation where a mergeable slab will become unmergeable.

If tracing or failslab testing is desired then it may be best to switch
merging off for starters.

Signed-off-by: Christoph Lameter <[email protected]>
Tested-by: WANG Chao <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c
This page took 0.049669 seconds and 4 git commands to generate.