From: Catalin Marinas Date: Mon, 29 Jun 2009 16:13:55 +0000 (+0100) Subject: kmemleak: Inform kmemleak about pid_hash X-Git-Tag: v2.6.31-rc2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12de38b186c2af97bf0b4a1f907f766df46b1def;p=pandora-kernel.git kmemleak: Inform kmemleak about pid_hash 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 --- Reading git-diff-tree failed