diff options
author | Brian Behlendorf <[email protected]> | 2008-12-22 16:35:36 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-22 16:35:36 -0800 |
commit | f016a8e15fbae02a8ae9509f52145ff29a5aa8ae (patch) | |
tree | 1bfe6e85f306275904a9a82ec4398454033e29a9 /cmd | |
parent | dee065ca8dc389453957c9f42be260f7cbcff73b (diff) |
Update patch carried forward from old release
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ztest/ztest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index 750ca2a8c..6fb9c60ca 100644 --- a/cmd/ztest/ztest.c +++ b/cmd/ztest/ztest.c @@ -3092,8 +3092,7 @@ ztest_run(char *pool) /* * Create a thread to periodically resume suspended I/O. */ - VERIFY(pthread_create(&resume_tid, NULL, ztest_suspend_monitor, - NULL) == 0); + VERIFY(pthread_create(&resume_tid, NULL, ztest_resume, spa) == 0); /* * Verify that we can safely inquire about about any object, |