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 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] 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/ _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd