Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/30/2000 10:26:11
Module Name: gnusrc
Committed By: mycroft
Date: Tue May 30 17:26:11 UTC 2000
Modified Files:
gnusrc/gnu/sys/ufs/ffs: ffs_softdep.c
Log Message:
In softdep_sync_metadata():
* If we get to the bottom and there is still an inodedep, set IN_MODIFIED so
that ffs_update() will force the inode block out and we can free up all the
dependencies.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 gnusrc/gnu/sys/ufs/ffs/ffs_softdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.