kmemleak: Inform kmemleak about pid_hash
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 29 Jun 2009 16:13:55 +0000 (17:13 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 29 Jun 2009 16:14:14 +0000 (17:14 +0100)
Kmemleak does not track alloc_bootmem calls but the pid_hash allocated
in pidhash_init() would need to be scanned as it contains pointers to
struct pid objects.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found