Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/20/1999 19:19:07
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Aug 21 02:19:07 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_aobj.c uvm_map.c

Log Message:
When handling the MADV_FREE case, if the amap or aobj has more than
one reference, go through the deactivate path; the page may actually
be in use by another process.

Fixes kern/8239.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/uvm/uvm_aobj.c
cvs rdiff -r1.67 -r1.68 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.