From: Christoph Lameter Date: Thu, 9 Oct 2014 22:26:11 +0000 (-0700) Subject: slub: disable tracing and failslab for merged slabs X-Git-Tag: fixes-against-v3.18-rc2~137^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e16131d6e39bddd183f0b9d787ec0a62bf0eeb;p=pandora-kernel.git 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 Tested-by: WANG Chao Cc: Pekka Enberg Cc: David Rientjes Cc: Joonsoo Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed