Deleted Added
full compact
690c690
< if (vdev_dtl_contains(&cvd->vdev_dtl_map, bp->blk_birth, 1)) {
---
> if (vdev_dtl_contains(cvd, DTL_MISSING, bp->blk_birth, 1)) {
1168c1168
< if (zio->io_error == 0 && (spa_mode & FWRITE) &&
---
> if (zio->io_error == 0 && spa_writeable(zio->io_spa) &&
1183c1183,1184
< ZIO_FLAG_IO_REPAIR, NULL, NULL));
---
> ZIO_FLAG_IO_REPAIR | (unexpected_errors ?
> ZIO_FLAG_SELF_HEAL : 0), NULL, NULL));