From: Cody P Schafer Date: Wed, 3 Jul 2013 22:01:39 +0000 (-0700) Subject: mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~395 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=737af4c0110fc69a81dc7464a74a4113f7645255;p=pandora-kernel.git mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init() Previously, zone_pcp_update() called pageset_set_batch() directly, essentially assuming that percpu_pagelist_fraction == 0. Correct this by calling zone_pageset_init(), which chooses the appropriate ->batch and ->high calculations. Signed-off-by: Cody P Schafer Cc: Gilad Ben-Yossef Cc: KOSAKI Motohiro Cc: Mel Gorman Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed