From: Wanpeng Li Date: Thu, 14 Jun 2012 12:41:02 +0000 (+0800) Subject: mm: fix page reclaim comment error X-Git-Tag: v3.6-rc1~118^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7bd59db71dfb6dc011c9880fec5a659430003a;p=pandora-kernel.git mm: fix page reclaim comment error Since there are five lists in LRU cache, the array nr in get_scan_count should be: nr[0] = anon inactive pages to scan; nr[1] = anon active pages to scan nr[2] = file inactive pages to scan; nr[3] = file active pages to scan Signed-off-by: Wanpeng Li Reviewed-by: Rik van Riel Acked-by: Minchan Kim Acked-by: KAMEZAWA Hiroyuki Acked-by: KOSAKI Motohiro Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed