From: Joe Perches Date: Thu, 29 Aug 2013 20:59:17 +0000 (-0700) Subject: perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node() X-Git-Tag: v3.12-rc1~168^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bfb7e6bdd906f11ee9e751b3fec4f4fc728e818;p=pandora-kernel.git perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node() Use the convenience function instead of __GFP_ZERO. Signed-off-by: Joe Perches Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/f58599ae1a8d7b32d37e9cf283e95fba6452f7f6.1377809875.git.joe@perches.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed