Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DLPX-86794 sdb: zio broken after upstream ZFS commit (#331)
Our `zio` command broke from the commit introduced by the following upstream PR: openzfs/zfs#14948 The problem is that the PR removed `io_parent_count` from `struct zio` and we are using this field to find the top-level ZIOs (e.g. ZIOs with no parents) in the system. This patch changes our SBD command to check whether the `io_parent_list` is populated instead. = Github Issue Tracker Automation Closes #328
- Loading branch information