Re: [prePATCH] new VM for linux-2.4.0-test4

From: Rik van Riel (riel@conectiva.com.br)
Date: Mon Aug 14 2000 - 17:30:04 EST


On Mon, 14 Aug 2000, Rik van Riel wrote:

> here is version #6 of the new VM patch, against 2.4.0-test4.
>
> Thanks to watashi on #kernelnewbies, the memory leak has been
> removed from the code and this patch _actually works_...

AAARRRGGGHHHHH......

OK, I overlooked one of the bad bad bad mistakes watashi
saw .. here is an -incremental- patch to fix the last
possible source of memory leakage...

regards,

Rik

--
"What you're running that piece of shit Gnome?!?!"
       -- Miguel de Icaza, UKUUG 2000

http://www.conectiva.com/ http://www.surriel.com/

--- linux-2.4.0-test4/mm/page_alloc.c.p6 Mon Aug 14 19:27:52 2000 +++ linux-2.4.0-test4/mm/page_alloc.c Mon Aug 14 19:28:08 2000 @@ -373,7 +373,7 @@ if (direct_reclaim) page = reclaim_page(z); if (!page) - rmqueue(z, order); + page = rmqueue(z, order); if (page) return page; }

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



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:34 EST