CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/06 10:36:52
Modified files:
sys/kern : subr_disk.c
Log message:
On several archs (e.g. hppa, sgi, macppc) readdoslabel() is called after an
attempt to
read a native label fails. Reset B_ERROR/b_error on buf to ensure any i/o
failure on
that first attempt is forgiven. A la the dkcsum() fix to recover from a disk
error.
