]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations
authorCatalin Marinas <catalin.marinas@arm.com>
Sat, 17 May 2014 13:19:27 +0000 (23:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 May 2014 07:11:35 +0000 (17:11 +1000)
commit8742e8aad84bfdd5727855f4824f725cf0f2c8d1
treee0cfa5f384b9b7f5ad797afb8abee9d624c4cbd5
parent32446dd9861e5cca2ce6ebc1c8c59c42ddbd304a
lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations

Since radix_tree_preload() stack trace is not always useful for debugging
an actual radix tree memory leak, this patch updates the kmemleak
allocation stack trace in the radix_tree_node_alloc() function.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/radix-tree.c