From: Suleiman Souhlal Date: Thu, 2 Jun 2011 07:16:42 +0000 (-0700) Subject: SLAB: Record actual last user of freed objects. X-Git-Tag: v3.0-rc3~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a947eb95ea03199da7408a64baa97fbb613e9b84;p=pandora-kernel.git SLAB: Record actual last user of freed objects. Currently, when using CONFIG_DEBUG_SLAB, we put in kfree() or kmem_cache_free() as the last user of free objects, which is not very useful, so change it to the caller of those functions instead. Acked-by: David Rientjes Acked-by: Christoph Lameter Signed-off-by: Suleiman Souhlal Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed