Re: [PATCH 01/03] Unmapped: Implement two LRU:s

From: Christoph Lameter
Date: Fri Mar 10 2006 - 14:13:32 EST


On Fri, 10 Mar 2006, Magnus Damm wrote:

> Use separate LRU:s for mapped and unmapped pages.
>
> This patch creates two instances of "struct lru" per zone, both protected by
> zone->lru_lock. A new bit in page->flags named PG_mapped is used to determine
> which LRU the page belongs to. The rmap code is changed to move pages to the
> mapped LRU, while the vmscan code moves pages back to the unmapped LRU when
> needed. Pages moved to the mapped LRU are added to the inactive list, while
> pages moved back to the unmapped LRU are added to the active list.

The swapper moves pages to the unmapped list? So the mapped LRU
lists contains unmapped pages? That would get rid of the benefit that I
saw from this scheme. Pretty inconsistent.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/