From owner-cvs-all Mon Sep 20 17:36:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 833AE14BD4; Mon, 20 Sep 1999 17:36:17 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65457; Mon, 20 Sep 1999 17:36:17 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909210036.RAA65457@freefall.freebsd.org> From: Matt Dillon Date: Mon, 20 Sep 1999 17:36:17 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 , Alan Cox 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