linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@conectiva.com.br>
To: linux-mm@kvack.org
Cc: linux-kernel@vger.rutgers.edu
Subject: Re: [prePATCH] new VM for linux-2.4.0-test4
Date: Mon, 14 Aug 2000 19:30:04 -0300 (BRST)	[thread overview]
Message-ID: <Pine.LNX.4.21.0008141928370.1599-100000@duckman.distro.conectiva> (raw)
In-Reply-To: <Pine.LNX.4.21.0008141909040.1599-200000@duckman.distro.conectiva>

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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

  reply	other threads:[~2000-08-14 22:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-14 22:17 Rik van Riel
2000-08-14 22:30 ` Rik van Riel [this message]
2000-08-15 12:28   ` Mike Galbraith
2000-08-15 14:08     ` Rik van Riel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0008141928370.1599-100000@duckman.distro.conectiva \
    --to=riel@conectiva.com.br \
    --cc=linux-kernel@vger.rutgers.edu \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox