]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ksm: Remove redundant __GFP_ZERO from kcalloc
authorJoe Perches <joe@perches.com>
Tue, 5 Nov 2013 05:55:23 +0000 (16:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:55:23 +0000 (16:55 +1100)
commitb4955f620ff0c662f5d1fbb9464326ed6be2c69b
treeb1fdcbb868da38e84847ddf11b3acc14a3d57520
parent01b46f9cbbbfb80e5712ea0c61a6d12514fa1784
ksm: Remove redundant __GFP_ZERO from kcalloc

kcalloc returns zeroed memory.  There's no need to use this flag.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/ksm.c