slub: __kmalloc_node_track_caller should trace kmalloc_large_node case
authorXiaotian Feng <dfeng@redhat.com>
Thu, 8 Apr 2010 09:26:44 +0000 (17:26 +0800)
committerPekka Enberg <penberg@cs.helsinki.fi>
Sat, 22 May 2010 07:57:31 +0000 (10:57 +0300)
commitd3e14aa336b37df76ae875fa051dfdb0e765ddf9
treeda3b3e552002d0fc8d85d54b81f0b488b043e230
parentbbd7d57bfe852d9788bae5fb171c7edb4021d8ac
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 <rientjes@google.com>
Cc: Matt Mackall <mpm@selenic.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Xiaotian Feng <dfeng@redhat.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
mm/slub.c