From: Thomas Gleixner Date: Wed, 30 Apr 2008 07:54:59 +0000 (-0700) Subject: slab: add a flag to prevent debug_free checks on a kmem_cache X-Git-Tag: v2.6.26-rc1~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30327acf7846c5eb97c8e31c78317a2918d3e515;p=pandora-kernel.git slab: add a flag to prevent debug_free checks on a kmem_cache This is a preperatory patch for the debugobjects infrastructure. The flag prevents debug_free checks on kmem_caches. This is necessary to avoid resursive calls into a debug mechanism which uses a kmem_cache itself. Signed-off-by: Thomas Gleixner Acked-by: Ingo Molnar Cc: Pekka Enberg Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed