]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d6cdba3466495e261a117c389fb200a04f2d43e
treeda3b3e552002d0fc8d85d54b81f0b488b043e230
parentc41dda38152977108c23144f28f5727d6c6ff4ca
slub: __kmalloc_node_track_caller should trace kmalloc_large_node case

commit 614b0ab (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