From: Christoph Lameter Date: Sun, 12 Feb 2006 01:55:55 +0000 (-0800) Subject: [PATCH] vmscan: skip reclaim_mapped determination if we do not swap X-Git-Tag: v2.6.16-rc3~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2903fb1694dcb08a3c1d9d823cfae7ba30e66cd3;p=pandora-kernel.git [PATCH] vmscan: skip reclaim_mapped determination if we do not swap This puts the variables and the way to get to reclaim_mapped in one block. And allows zone_reclaim or other things to skip the determination (maybe this whole block of code does not belong into refill_inactive_zone()?) Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed