kmemleak: Remove some of the kmemleak false positives
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 Jun 2009 12:24:13 +0000 (13:24 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 Jun 2009 16:04:18 +0000 (17:04 +0100)
There are allocations for which the main pointer cannot be found but
they are not memory leaks. This patch fixes some of them. For more
information on false positives, see Documentation/kmemleak.txt.

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

No differences found