block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
authorJoe Perches <joe@perches.com>
Thu, 29 Aug 2013 22:21:42 +0000 (15:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Sep 2013 19:22:03 +0000 (13:22 -0600)
Use the helper function instead of __GFP_ZERO.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found