From: Martin Hicks Date: Wed, 22 Jun 2005 00:14:43 +0000 (-0700) Subject: [PATCH] VM: rate limit early reclaim X-Git-Tag: v2.6.13-rc1~68^2~582^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e7e5a9048b30c57ba1ddaa6cdf59b21b65cde99;p=pandora-kernel.git [PATCH] VM: rate limit early reclaim When early zone reclaim is turned on the LRU is scanned more frequently when a zone is low on memory. This limits when the zone reclaim can be called by skipping the scan if another thread (either via kswapd or sync reclaim) is already reclaiming from the zone. Signed-off-by: Martin Hicks Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed