Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
This commit is contained in:
commit
44f75e4f86
|
@ -3093,8 +3093,7 @@ ztest_run(char *pool)
|
||||||
/*
|
/*
|
||||||
* Create a thread to periodically resume suspended I/O.
|
* Create a thread to periodically resume suspended I/O.
|
||||||
*/
|
*/
|
||||||
VERIFY(pthread_create(&resume_tid, NULL, ztest_suspend_monitor,
|
VERIFY(pthread_create(&resume_tid, NULL, ztest_resume, spa) == 0);
|
||||||
NULL) == 0);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Verify that we can safely inquire about about any object,
|
* Verify that we can safely inquire about about any object,
|
||||||
|
|
Loading…
Reference in New Issue