Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/07/2008 12:34:12
Module Name:	src
Committed By:	ad
Date:		Mon Jan  7 12:34:12 UTC 2008

Modified Files:
	src/sys/kern: vfs_subr2.c
	src/sys/sys: mount.h

Log Message:
Make VFS_SYNC() and friends functions, and have them acquire kernel_lock
if the FS is not marked MPSAFE.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/kern/vfs_subr2.c
cvs rdiff -r1.169 -r1.170 src/sys/sys/mount.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.