diff --git a/module/zfs/zthr.c b/module/zfs/zthr.c index 9beb7e128f..dc0f6d9834 100644 --- a/module/zfs/zthr.c +++ b/module/zfs/zthr.c @@ -189,7 +189,7 @@ zthr_procedure(void *arg) mutex_enter(&t->zthr_lock); } else { /* go to sleep */ - cv_wait(&t->zthr_cv, &t->zthr_lock); + cv_wait_sig(&t->zthr_cv, &t->zthr_lock); } } mutex_exit(&t->zthr_lock);