mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
authorJoe Perches <joe@perches.com>
Wed, 11 Sep 2013 21:23:07 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:14 +0000 (15:58 -0700)
Use the helper function instead of __GFP_ZERO.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found