commit | c017b4be3e84176cab10eca5e6c4faeb8cfc6f3e | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 28 13:33:09 2009 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 28 15:11:00 2009 +0000 |
tree | b858895759880262dff8754ef58b3e716bebae2c | |
parent | e7cb55b946a2182c347047dc903c6ed0daef100c [diff] |
kmemleak: Simplify the kmemleak_scan_area() function prototype This function was taking non-necessary arguments which can be determined by kmemleak. The patch also modifies the calling sites. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Cc: Pekka Enberg <penberg@cs.helsinki.fi> Cc: Christoph Lameter <cl@linux-foundation.org> Cc: Rusty Russell <rusty@rustcorp.com.au>