Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Acked-by: Christoph Lameter <[email protected]> Signed-off-by: Suleiman Souhlal <[email protected]> Signed-off-by: Pekka Enberg <[email protected]>
- Loading branch information