Update patch carried forward from old release

This commit is contained in:
Brian Behlendorf 2008-12-22 16:35:36 -08:00
parent dee065ca8d
commit f016a8e15f
1 changed files with 1 additions and 2 deletions

View File

@ -3092,8 +3092,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,