[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #4738] Patch consider_lmm_collect: Test always true
From: |
Samuel Thibault |
Subject: |
[patch #4738] Patch consider_lmm_collect: Test always true |
Date: |
Mon, 26 Dec 2005 23:57:38 +0100 |
User-agent: |
w3m/0.5.1 |
URL:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=4738>
Summary: Patch consider_lmm_collect: Test always true
Project: The GNU Hurd
Submitted by: sthibaul
Submitted on: lun 26.12.2005 à 23:57
Category: GNU Mach
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
_______________________________________________________
Details:
>From http://bugs.debian.org/185094
From: John Tobey <jtobey@john-edwin-tobey.org>
To: submit@bugs.debian.org
Subject: Patch consider_lmm_collect: Test always true
Date: Sun, 16 Mar 2003 19:39:16 -0500
Package: gnumach
Version: CVS 20030316
In gnumach/oskit/osenv_mem.c, consider_lmm_collect() looks as if it
can stop short of transfering the optimal number of pages from VM to
LMM due to an oversight. The variable `i' is decremented to 0 before
it is compared to `batch'. Since `batch' is always positive there,
the test will always come out true, and the loop will exit too early.
The following patch should fix this.
-John
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: lun 26.12.2005 à 23:57 Name: patch Size: 955o By: sthibaul
<http://savannah.gnu.org/patch/download.php?item_id=4738&item_file_id=5663>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=4738>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [patch #4738] Patch consider_lmm_collect: Test always true,
Samuel Thibault <=