slub: Extract hooks for memory checkers from hotpaths
authorChristoph Lameter <cl@linux.com>
Fri, 20 Aug 2010 17:37:16 +0000 (12:37 -0500)
committerPekka Enberg <penberg@kernel.org>
Sat, 2 Oct 2010 07:24:27 +0000 (10:24 +0300)
commitc016b0bdeee74a7fbe5179937c0d667eabcf379e
treeb1544516251bbf25de94ad67f353b7986647bbe5
parent51df1142816e469173889fb6d6dc810be9b9e022
slub: Extract hooks for memory checkers from hotpaths

Extract the code that memory checkers and other verification tools use from
the hotpaths. Makes it easier to add new ones and reduces the disturbances
of the hotpaths.

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