commit | 7bfb7e6bdd906f11ee9e751b3fec4f4fc728e818 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Aug 29 13:59:17 2013 -0700 |
committer | Ingo Molnar <mingo@kernel.org> | Mon Sep 02 08:42:49 2013 +0200 |
tree | 01eb8197d9e7b08b710f48e22b4b7363a783931a | |
parent | 274481de6cb69abdb49403ff32abb63c23743413 [diff] |
perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node() Use the convenience function instead of __GFP_ZERO. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/f58599ae1a8d7b32d37e9cf283e95fba6452f7f6.1377809875.git.joe@perches.com Signed-off-by: Ingo Molnar <mingo@kernel.org>