Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/ufs/ffs
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.
Home |
Main Index |
Thread Index |
Old Index