Skip to content
Commit a947eb95 authored by Suleiman Souhlal's avatar Suleiman Souhlal Committed by Pekka Enberg
Browse files

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: default avatarDavid Rientjes <rientjes@google.com>
Acked-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarSuleiman Souhlal <suleiman@google.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent d4d84fef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment