Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 06/09/2002 19:46:50
Module Name:	syssrc
Committed By:	chs
Date:		Sun Jun  9 16:46:49 UTC 2002

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

Log Message:
allow read-only mounts even if we can't read the last fragment of the fs.
this enables one to recover data from a failing disk (where the read failure
is a hardware problem) while avoiding corrupting the fs further (in the case
where the read failure is due to a misconfiguration).


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