From owner-cvs-all Sun Aug 26 23:10: 8 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 092A437B401; Sun, 26 Aug 2001 23:09:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7R69uE64038; Sun, 26 Aug 2001 23:09:56 -0700 (PDT) (envelope-from peter) Message-Id: <200108270609.f7R69uE64038@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Aug 2001 23:09:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.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/08/26 23:09:56 PDT Modified files: sys/kern vfs_subr.c sys/sys vnode.h sys/ufs/ufs ufs_vnops.c Log: If a file has been completely unlinked, stop automatically syncing the file. ffs will discard any pending dirty pages when it is closed, so we may as well not waste time trying to clean them. This doesn't stop other things from writing it out, eg: pageout, fsync(2) etc. Revision Changes Path 1.318 +4 -1 src/sys/kern/vfs_subr.c 1.154 +2 -2 src/sys/sys/vnode.h 1.172 +3 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message