From: Rik van Riel Date: Sun, 19 Oct 2008 03:26:36 +0000 (-0700) Subject: vmscan: add newly swapped in pages to the inactive list X-Git-Tag: v2.6.28-rc1~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5fdae469a6a26cd882d7fe0aa3fbfffb6b72fc5;p=pandora-kernel.git vmscan: add newly swapped in pages to the inactive list Swapin_readahead can read in a lot of data that the processes in memory never need. Adding swap cache pages to the inactive list prevents them from putting too much pressure on the working set. This has the potential to help the programs that are already in memory, but it could also be a disadvantage to processes that are trying to get swapped in. Signed-off-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed