From: Minchan Kim Date: Tue, 16 Jun 2009 22:32:49 +0000 (-0700) Subject: page-allocator: add inactive ratio calculation function of each zone X-Git-Tag: v2.6.31-rc1~299^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96cb4df5ddf5e6d5785b5acd4003e3689b87f896;p=pandora-kernel.git page-allocator: add inactive ratio calculation function of each zone Factor the per-zone arithemetic inside setup_per_zone_inactive_ratio()'s loop into a a separate function, calculate_zone_inactive_ratio(). This function will be used in a later patch [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Minchan Kim Reviewed-by: KOSAKI Motohiro Cc: Rik van Riel Cc: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed