Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/14/2000 05:06:30
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Mar 14 13:06:30 UTC 2000

Modified Files:
	syssrc/sys/ufs/ffs: ffs_vnops.c

Log Message:
Don't immediately return in ffs_fsync if there appears to be no data
to flush if it's a vnode on a softdep filesystem. softdep_sync_metadata
may still need to do some work.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/ufs/ffs/ffs_vnops.c

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