From: Christoph Lameter Date: Sun, 12 Feb 2006 01:55:53 +0000 (-0800) Subject: [PATCH] zone reclaim: do not check references to a page during zone reclaim X-Git-Tag: v2.6.16-rc3~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e4342601abfafacb5f20571e40b56d73d10819;p=pandora-kernel.git [PATCH] zone reclaim: do not check references to a page during zone reclaim shrink_list() and refill_inactive() check all ptes pointing to a page for reference bits in order to decide if the page should be put on the active list. This is not necessary for zone_reclaim since we are only interested in removing unmapped pages. Skip the checks in both functions. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed