Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 04/01/2003 00:02:13
Module Name:	src
Committed By:	fvdl
Date:		Mon Mar 31 21:02:13 UTC 2003

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

Log Message:
The modified flag must be cleared before the last sbupdate call in
unmount, because ffs_flushfiles or softdep_flushfiles may have
modified the filesystem (despite VFS_SYNC having been called first).


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/sys/ufs/ffs/ffs_vfsops.c

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