Merge branch 'fix-pthreads' into refs/top-bases/fix-branch
This commit is contained in:
commit
f6c152354f
|
@ -1132,7 +1132,7 @@ ztest_vdev_attach_detach(ztest_args_t *za)
|
||||||
(longlong_t)newsize, replacing, error, expected_error);
|
(longlong_t)newsize, replacing, error, expected_error);
|
||||||
}
|
}
|
||||||
|
|
||||||
(void) mutex_unlock(&ztest_shared->zs_vdev_lock);
|
(void) pthread_mutex_unlock(&ztest_shared->zs_vdev_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue