From: Cyrill Gorcunov Date: Tue, 16 Jun 2009 22:32:32 +0000 (-0700) Subject: mm: setup_per_zone_inactive_ratio - fix comment and make it __init X-Git-Tag: v2.6.31-rc1~299^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bb35df6f813ca46f8e6273add657643c7df73f;p=pandora-kernel.git mm: setup_per_zone_inactive_ratio - fix comment and make it __init The caller of setup_per_zone_inactive_ratio is an __init function. There is no need to keep the callee after it completed as well. Also fix a comment. Acked-by: David Rientjes Signed-off-by: Cyrill Gorcunov Reviewed-by: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed