Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/30/2001 17:46:55
Module Name:	syssrc
Committed By:	fvdl
Date:		Sun Dec 30 15:46:55 UTC 2001

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

Log Message:
XXXX temporary measure: in the case of a softdep 'unmount pending error',
     do not mark the filesystem clean, as this will mean that one or more
     files were likely not completely removed (will show up as unconnected
     in fsck). Prevents filesystems from being marked clean while they're
     not until this problem has been figured out.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/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.