Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/31/2001 22:34:02
Module Name:	syssrc
Committed By:	chs
Date:		Mon Dec 31 20:34:02 UTC 2001

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

Log Message:
in uvm_map_clean(), add PGO_CLEANIT to the flags passed to an object's pager.
we need to make sure that vnode pages are written to disk at least once,
otherwise processes could gain access to whatever data was previously stored
in disk blocks which are freshly allocated to a file.


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 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.