Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zdb_read_block using zio after it is destroyed.
The checksum display code of zdb_read_block uses a zio to read in the block and then calls zio_checksum_compute. Use a new zio in the call to zio_checksum_compute not the zio from the read which has been destroyed by zio_wait. Signed-off-by: Paul Zuchowski <pzuchowski@datto.com> Fixes openzfs#9644
- Loading branch information