From owner-cvs-all Sun Jan 9 16: 8:58 2000 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 F2BDE14A2E; Sun, 9 Jan 2000 16:08:54 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA37073; Sun, 9 Jan 2000 16:08:54 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Message-Id: <200001100008.QAA37073@freefall.freebsd.org> From: Kirk McKusick Date: Sun, 9 Jan 2000 16:08:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c vfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 2000/01/09 16:08:54 PST Modified files: sys/kern vfs_syscalls.c vfs_vnops.c Log: Add bwillwrite to all system calls that create things in the filesystem. Benchmarks that create huge trees of empty files overwhelm the buffer cache. Revision Changes Path 1.151 +10 -1 src/sys/kern/vfs_syscalls.c 1.86 +2 -1 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message