Date: Fri, 30 Oct 1998 23:42:04 -0800 (PST) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c Message-ID: <199810310742.XAA23247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810310742.XAA23247>
