Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix __zio_execute() asynchronous dispatch"
This reverts commit 9157970 which limited the asynchronous dispatch to kernel space. We want to do this for two reasons: 1) While we have slightly more headroom in user space excessively deep stacks have been observed while running ztest, see #2293. 2) Removing this conditional makes the pipeline behave consistently regardless of if it's executing in kernel space or user space. This way we're more likely to uncover subtle issues with ztest. Signed-off-by: Richard Yao <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #2384
- Loading branch information