From owner-cvs-all Fri Jul 27 8:57:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB9937B403; Fri, 27 Jul 2001 08:57:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6RFvHX60651; Fri, 27 Jul 2001 08:57:17 -0700 (PDT) (envelope-from peter) Message-Id: <200107271557.f6RFvHX60651@freefall.freebsd.org> From: Peter Wemm Date: Fri, 27 Jul 2001 08:57:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/07/27 08:57:17 PDT Modified files: sys/kern vfs_bio.c vfs_subr.c Log: Revert previous accidental commit. FWIW, it was part of enabling VM caching of disks through mmap() and stopping syncing of open files that had their last reference in the fs removed (ie: their unsync'ed pages get discarded on close already, so I made it stop syncing too). Revision Changes Path 1.285 +4 -1 src/sys/kern/vfs_bio.c 1.317 +1 -24 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message