Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/29/2000 10:19:21
Module Name:	syssrc
Committed By:	mycroft
Date:		Mon May 29 17:19:21 UTC 2000

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

Log Message:
Never call softdep_sync_metadata() in the FSYNC_RECLAIM case.  Any pending
blocks are detached from the vnode at this point.  When the dependencies are
broken to enable writing the blocks, the vnode will be regenerated.  (The only
reason we sync buffers in this case is that they have to be detached from the
vnode.)


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 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.