Skip to content

Commit

Permalink
Add missed thread_exit() to vdev_rebuild_thread
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
  • Loading branch information
Ryan Moeller authored and Ryan Moeller committed Aug 4, 2020
1 parent 2442012 commit 32c3b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/zfs/vdev_rebuild.c
Expand Up @@ -911,6 +911,8 @@ vdev_rebuild_thread(void *arg)
spa_config_exit(spa, SCL_CONFIG, FTAG);

cv_broadcast(&vd->vdev_rebuild_cv);

thread_exit();
}

/*
Expand Down

0 comments on commit 32c3b8a

Please sign in to comment.