]> git.karo-electronics.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>
Mon, 19 May 2014 07:35:03 +0000 (17:35 +1000)
commitfdec6be7caf6934c8f8ca7698bd8fafb7cfbf4cd
tree234cf12b7c8d880ab6a61a02c1233e5e660ae57f
parent8ff6d8903672a670cc8067ec020e2a533835b181
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