Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/03/1999 19:08:15
Module Name: syssrc
Committed By: chs
Date: Sun Jul 4 02:08:15 UTC 1999
Modified Files:
syssrc/sys/uvm [chs-ubc2]: uvm_vnode.c
Log Message:
remove UVM_VNODE_* flags in favor of V* vnode flags.
rewrite uvm_vnp_zerorange(). it's still wrong, but it's closer.
update stuff to use buf instead of uvm_aiobuf.
uvm_vnp_asyncget() can now determine the blocksize from the vnode
rather than needing it to be passed in.
To generate a diff of this commit:
cvs rdiff -r1.22.2.1.2.1 -r1.22.2.1.2.2 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.