Date: Mon, 20 Sep 1999 17:36:17 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c src/sys/vm vm_fault.c Message-ID: <199909210036.RAA65457@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/09/20 17:36:17 PDT
Modified files:
sys/sys vnode.h
sys/kern vfs_subr.c
sys/vm vm_fault.c
Log:
Final commit to remove vnode->v_lastr. vm_fault now handles read
clustering issues (replacing code that used to be in
ufs/ufs/ufs_readwrite.c). vm_fault also now uses the new VM page counter
inlines.
This completes the changeover from vnode->v_lastr to vm_entry_t->v_lastr
for VM, and fp->f_nextread and fp->f_seqcount (which have been in the
tree for a while). Determination of the I/O strategy (sequential, random,
and so forth) is now handled on a descriptor-by-descriptor basis for
base I/O calls, and on a memory-region-by-memory-region and
process-by-process basis for VM faults.
Reviewed by: David Greenman <dg@root.com>, Alan Cox <alc@cs.rice.edu>
Revision Changes Path
1.101 +1 -2 src/sys/sys/vnode.h
1.228 +1 -2 src/sys/kern/vfs_subr.c
1.106 +44 -37 src/sys/vm/vm_fault.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909210036.RAA65457>
