Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix vdev_probe() call outside SCL_STATE_ALL lock"
This reverts commit cc9c6bc. The async zios executed via zio_nowait() are protected by SCL_ZIO which is taken by the zio pipeline itself in the IO_START stage and released in the IO_ASSES stage if zio->io_flag does not contain CONFIG_WRITER. In addition, the vdev_probe() patch causes ztest to fail consistently. Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
- Loading branch information