Re: RFC: Easy-Reclaimable LRU list
From: Rik van Riel
Date: Sat Jun 23 2012 - 11:53:31 EST
On 06/23/2012 12:45 AM, Kamezawa Hiroyuki wrote:
I think this is interesting approach. Major concern is how to guarantee
EReclaimable
pages are really EReclaimable...Do you have any idea ? madviced pages
are really EReclaimable ?
I suspect the EReclaimable pages can only be clean page
cache pages that are not mapped by any processes.
Once somebody tries to use the page, mark_page_accessed
will move it to another list.
A (very) small concern is will you use one more page-flags for this ? ;)
This could be an issue on a 32 bit system, true.
--
All rights reversed
--
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/