From: Yaowei Bai Date: Tue, 8 Sep 2015 22:04:10 +0000 (-0700) Subject: mm/page_alloc.c: fix a misleading comment X-Git-Tag: omap-for-v4.3/fixes-rc1~54^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=013110a73dcf970cb28c5b0a79f9eee577ea6aa2;p=pandora-kernel.git mm/page_alloc.c: fix a misleading comment The comment says that the per-cpu batchsize and zone watermarks are determined by present_pages which is definitely wrong, they are both calculated from managed_pages. Fix it. Signed-off-by: Yaowei Bai Acked-by: Michal Hocko Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed