lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations
authorCatalin Marinas <[email protected]>
Fri, 6 Jun 2014 21:38:18 +0000 (14:38 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Jun 2014 23:08:17 +0000 (16:08 -0700)
commitce80b067de8cdb44e161a20fd7b324ad3f557446
tree8150a48a821f1cceac55e5325e4c085c692098eb
parentffe2c748e283c5dc1b9b9ac116299dbfc11a609b
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 <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/radix-tree.c