On Sat, 19 May 2001, Mike Galbraith wrote: > @@ -1054,7 +1033,7 @@ > if (!zone->size) > continue; > > - while (zone->free_pages < zone->pages_low) { > + while (zone->free_pages < zone->inactive_clean_pages) { > struct page * page; > page = reclaim_page(zone); > if (!page) What you're trying to do with this change ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [RFC][PATCH] Re: Linux 2.... Mike Galbraith
- Re: [RFC][PATCH] Re: Linux 2.... Rik van Riel
- Re: [RFC][PATCH] Re: Linux 2.... Mike Galbraith
- Re: [RFC][PATCH] Re: Linux 2.... Ingo Oeser
- Re: [RFC][PATCH] Re: Linux 2.... Mike Galbraith
- Re: [RFC][PATCH] Re: Linux 2.... Zlatko Calusic
- Re: [RFC][PATCH] Re: Linux 2.... Mike Galbraith
- Re: [RFC][PATCH] Re: Linux 2.... Marcelo Tosatti
- Re: [RFC][PATCH] Re: Linux 2.... Rik van Riel
- Re: [RFC][PATCH] Re: Linux 2.... Mike Galbraith
- Re: [RFC][PATCH] Re: Linux 2.... Marcelo Tosatti
- Re: [RFC][PATCH] Re: Linux 2.... Mike Galbraith
- Re: Linux 2.4.4-ac10 Geert Uytterhoeven
- Re: Linux 2.4.4-ac10 Udo A. Steinberg
- Re: Linux 2.4.4-ac10 Matti Aarnio
- Re: Linux 2.4.4-ac10 Matti Aarnio
- Re: Linux 2.4.4-ac10 Alan Cox
- Re: Linux 2.4.4-ac10 Ingo Oeser
- Re: Linux 2.4.4-ac10 J . A . Magallon
- Re: Linux 2.4.4-ac10 Jeff Garzik
- Re: Linux 2.4.4-ac10 Alan Cox