| 759 | } |
| 760 | |
| 761 | static void |
| 762 | zio_inherit_child_errors(zio_t *zio, enum zio_child c) |
| 763 | { |
| 764 | if (zio->io_child_error[c] != 0 && zio->io_error == 0) |
| 765 | zio->io_error = zio->io_child_error[c]; |
| 766 | } |
| 767 | |
| 768 | int |
| 769 | zio_bookmark_compare(const void *x1, const void *x2) |