Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch fixes a race condition where the end of vdev_remove_replace_with_indirect(), which holds svr_lock, would race against spa_vdev_removal_destroy(), which destroys the same lock and is called asynchronously via dsl_sync_task_nowait(). Signed-off-by: Tom Caputi <tcaputi@datto.com>
- Loading branch information