On Tue, 6 Nov 2007 19:26:33 -0800 (PST)
Christoph Lameter <clameter@sgi.com> wrote:
What are you talking about?
How exactly can an anonymous page ever become file backed?
That is one of the reasons everything that is ram/swap backed
goes onto a different set of LRU lists from everything that is
backed by a disk or network filesystem.
Since ramfs pages cannot be evicted from memory at all, they
should go into the "noreclaim" page set.
Exactly. As far as I know, a page never changes from a file
page into an anonymous page, or the other way around.
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
-