K 10 svn:author V 3 imp K 8 svn:date V 27 2011-01-11T21:43:35.020240Z K 7 svn:log V 546 Fix a few problems with read error recovery: o We need to check the bp we're given in *done() not pbp since that's where the error is. o Just check bio_error and forget the BIO_ERROR flag. o bump the inbed count a little later in the processing. o Start to do write-remapping, but only detect when we need to, rather than actually doing anything (yet). o minor style cleanup o improve mirror breaking/degrading notes and add one. With these changes I can survive at a 10% error rate both raw operations, as well as file system operations... END