Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/30/2000 10:23:54
Module Name:	syssrc
Committed By:	mycroft
Date:		Tue May 30 17:23:53 UTC 2000

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

Log Message:
In ffs_update():
* Move the clearing of IN_MODIFIED and IN_ACCESSED later, so they are not
  cleared if the bread() failed.
* Explicitly set waitfor to 0 in the softdep case, if IN_MODIFIED is not
  set (mirroring the bwrite()/bdwrite() decision).


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/ufs/ffs/ffs_inode.c

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