commit | 43ed5d6ee0f9bfd655d6bc3cb2d964b80c4422c0 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Sep 01 11:12:44 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Sep 04 16:05:55 2009 +0100 |
tree | e201f0d610a44dbc9e09cec13b52c5cce351136a | |
parent | 8e019366ba749a536131cde1947af6dcaccf8e8f [diff] |
kmemleak: Scan all thread stacks This patch changes the for_each_process() loop with the do_each_thread()/while_each_thread() pair. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>