From: Catalin Marinas Date: Thu, 11 Jun 2009 12:23:19 +0000 (+0100) Subject: kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash X-Git-Tag: v2.6.31-rc1~382^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb1f81ca67a56c6cfce4c94d07c76378fd4af9e;p=pandora-kernel.git kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash The alloc_large_system_hash function is called from various places in the kernel and it contains pointers to other allocated structures. It therefore needs to be traced by kmemleak. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed