Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/15/2000 08:30:41
Module Name:	syssrc
Committed By:	fvdl
Date:		Wed Mar 15 16:30:41 UTC 2000

Modified Files:
	syssrc/sys/kern: vfs_syscalls.c

Log Message:
In fdatasync, do not call bioops.io_fsync, since we're not flushing
metadata. If you do call it, there's actually a fair chance that it
will panic because its metadata dependencies were not cleared in
the VOP_FSYNC above (with FSYNC_DATAONLY).


To generate a diff of this commit:
cvs rdiff -r1.151 -r1.152 syssrc/sys/kern/vfs_syscalls.c

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