From: Xiaotian Feng Date: Thu, 8 Apr 2010 09:26:44 +0000 (+0800) Subject: slub: __kmalloc_node_track_caller should trace kmalloc_large_node case X-Git-Tag: v2.6.35-rc1~421^2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e14aa336b37df76ae875fa051dfdb0e765ddf9;p=pandora-kernel.git slub: __kmalloc_node_track_caller should trace kmalloc_large_node case commit 94b528d (kmemtrace: SLUB hooks for caller-tracking functions) missed tracing kmalloc_large_node in __kmalloc_node_track_caller. We should trace it same as __kmalloc_node. Acked-by: David Rientjes Cc: Matt Mackall Cc: Ingo Molnar Cc: Vegard Nossum Signed-off-by: Xiaotian Feng Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed