Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix divide by zero during indirect split damage
This patch simply ensures that vdev_indirect_splits_damage() cannot hit a divide by zero exception if a split has no children with valid data. The normal reconstruction code path in vdev_indirect_reconstruct_io_done() already has this check. Signed-off-by: Tom Caputi <tcaputi@datto.com> TEST_ZTEST_TIMEOUT=3600
- Loading branch information