Write drop behind logic with used-once patch

From: Marcelo Tosatti (marcelo@conectiva.com.br)
Date: Thu Aug 16 2001 - 02:43:51 EST


Hi Daniel,

As far as I can see, the write drop behind logic with the used-once patch
is partly "gone" now: "check_used_once()" at generic_file_write() will set
all "write()n" pages to have age == PAGE_AGE_START (in case those pages
were not in cache before), which means they will be moved to the active
list later by page_launder(), effectively causing excessive pressure on
the current "active" pages since we have exponential page aging.

I'm I overlooking some here or my thinking is correct ?

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



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:14 EST