Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/25/2003 19:52:21
Module Name:	src
Committed By:	kleink
Date:		Sat Oct 25 19:52:21 UTC 2003

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

Log Message:
Remove the present incarnation of FSYNC_DATAONLY use from ffs_fsync() and
ffs_full_fsync(); while it is supposed to hint that the update of _file_
metadata (as in timestamps et al.) may be omitted it doesn't mean the
same for _filesystem_ metadata.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/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.