Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/10/2001 19:49:19
Module Name: syssrc
Committed By: mycroft
Date: Wed Jan 10 17:49:19 UTC 2001
Modified Files:
syssrc/sys/ufs/ffs: ffs_vfsops.c
Log Message:
On a RW->RO transition, explicitly clear fs_fmod after the cgupdate/sbupdate,
to prevent spurious writebacks and whinging about the (correct!) clean flag.
(Why this isn't done in ffs_sbupdate(), I dunno...)
To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 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.