Subject: CVS commit: [netbsd-1-6] syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 06/10/2002 19:46:21
Module Name: syssrc
Committed By: tv
Date: Mon Jun 10 16:46:20 UTC 2002
Modified Files:
syssrc/sys/ufs/ffs [netbsd-1-6]: ffs_vfsops.c
Log Message:
Pull up revision 1.99 (requested by chs in ticket #227):
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.98.4.1 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.