commit | c1b511eb211a6c72d66f7755d2b30a9a91ef9423 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Aug 29 15:21:42 2013 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 11 13:22:03 2013 -0600 |
tree | 9f86174885153c8669c06db0475457360eb2f65b | |
parent | 7aef2e780b13973ea60aed8c556107dabde6a495 [diff] |
block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) Use the helper function instead of __GFP_ZERO. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>