From owner-cvs-all Fri Oct 30 23:42:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24878 for cvs-all-outgoing; Fri, 30 Oct 1998 23:42:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24861; Fri, 30 Oct 1998 23:42:03 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23247; Fri, 30 Oct 1998 23:42:04 -0800 (PST) Date: Fri, 30 Oct 1998 23:42:04 -0800 (PST) Message-Id: <199810310742.XAA23247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/30 23:42:04 PST Modified files: sys/kern vfs_subr.c vfs_syscalls.c Log: The last argument to vm_object_page_clean() are now bit flags, rather than the old true/false. While here, have vfs_msync() only call vm_object_page_clean() with OBJPC_SYNC if called with MNT_WAIT flags. vfs_msync() is called at unmount time (with MNT_WAIT) and from the syncer process (formerly update). This should make dirty mmap writebacks a little less nasty. I have tested this a little with SOFTUPDATES enabled, but I don't normally use it since I've been badly burned too many times. Revision Changes Path 1.172 +2 -2 src/sys/kern/vfs_subr.c 1.108 +2 -2 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message