Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/06/2001 12:53:24
Module Name:	syssrc
Committed By:	chs
Date:		Tue Feb  6 10:53:24 UTC 2001

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

Log Message:
in uvn_flush(), interpret a "stop" value of 0 as meaning all pages at
offsets equal to or higher than "start".  use this in uvm_vnp_setsize()
instead of the vnode's size since there can be pages past EOF.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/uvm/uvm_vnode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.