From f016a8e15fbae02a8ae9509f52145ff29a5aa8ae Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 22 Dec 2008 16:35:36 -0800 Subject: [PATCH] Update patch carried forward from old release --- cmd/ztest/ztest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index 750ca2a8c7..6fb9c60caf 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,