From: Joe Perches Date: Thu, 29 Aug 2013 22:21:42 +0000 (-0700) Subject: block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) X-Git-Tag: v3.12-rc2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b511eb211a6c72d66f7755d2b30a9a91ef9423;p=pandora-kernel.git block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) Use the helper function instead of __GFP_ZERO. Signed-off-by: Joe Perches Signed-off-by: Jens Axboe --- Reading git-diff-tree failed