kmemleak: Trace the kmalloc_large* functions in slub
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 7 Jul 2009 09:32:59 +0000 (10:32 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 8 Jul 2009 13:25:14 +0000 (14:25 +0100)
commite4f7c0b44a8ac8935f223195af9ea637d0c08091
tree9d8627800137ae50a1d5707c21489969c77c9e8a
parent2587362eaf5c9df4e08de11e6340e3c4a88ed4c8
kmemleak: Trace the kmalloc_large* functions in slub

The kmalloc_large() and kmalloc_large_node() functions were missed when
adding the kmemleak hooks to the slub allocator. However, they should be
traced to avoid false positives.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
include/linux/slub_def.h
mm/slub.c