Subject: CVS commit: syssrc/sys/ufs/mfs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/24/2002 19:41:01
Module Name:	syssrc
Committed By:	chs
Date:		Thu Oct 24 16:41:01 UTC 2002

Modified Files:
	syssrc/sys/ufs/mfs: mfs_vfsops.c

Log Message:
the work-around in rev. 1.37 (turn off async) wasn't enough to prevent
hangs under heavy load.  so we now apply the more extreme version:
make MFS mounts "sync".  fixes PRs 17128 and 17321.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/ufs/mfs/mfs_vfsops.c

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