Background scanning change on 2.4.6-pre1

Marcelo Tosatti (marcelo@conectiva.com.br)
Thu, 7 Jun 2001 15:50:31 -0300 (BRT)


Hi Linus,

Who did this change to refill_inactive_scan() in 2.4.6-pre1 ?

/*
* When we are background aging, we try to increase the page aging
* information in the system.
*/
if (!target)
maxscan = nr_active_pages >> 4;

This is going to make all pages have age 0 on an idle system after some
time (the old code from Rik which has been replaced by this code tried to
avoid that)

Could you please explain me the reasoning behind this change ?

Thanks

-
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/