commit | 2903fb1694dcb08a3c1d9d823cfae7ba30e66cd3 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Sat Feb 11 17:55:55 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Feb 11 21:41:11 2006 -0800 |
tree | 7d794e0997e935033354f3c3ffd81c1f31354db3 | |
parent | 072eaa5d9cc3e63f567ffd9ad87b36194fdd8010 [diff] |
[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 <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>