Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 10/25/2002 01:22:28
Module Name: syssrc
Committed By: atatat
Date: Thu Oct 24 22:22:28 UTC 2002
Modified Files:
syssrc/sys/uvm: uvm_map.c
Log Message:
In the case of a double amap_extend() (during a forward merge after a
back merge), don't abort the allocation if the second extend fails,
just abort the forward merge and finish the allocation.
Code reviewed by thorpej.
To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 syssrc/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.