diff options
author | Brian Behlendorf <[email protected]> | 2009-07-14 16:49:23 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-07-14 16:49:23 -0700 |
commit | 407a09cf3e4ccb5304157b2bb4b8e38d71befb05 (patch) | |
tree | c94cf153da92063c55d61b3dcf03cdfa26b10373 | |
parent | 6923d172c5efdfb5bdefb17ab4a0de64b54aaf05 (diff) | |
parent | 8d55cf8c97bc4740345c60975891c9272da504b4 (diff) |
Merge commit 'refs/top-bases/feature-branch' into feature-branch
-rw-r--r-- | lib/libzpool/kernel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libzpool/kernel.c b/lib/libzpool/kernel.c index 19776bb8a..bbef8bb40 100644 --- a/lib/libzpool/kernel.c +++ b/lib/libzpool/kernel.c @@ -113,7 +113,6 @@ thread_fini(void) /* Wait for all threads to exit via thread_exit() */ VERIFY3S(pthread_mutex_lock(&kthread_lock), ==, 0); while ((count = thread_count()) > 1) { - printf("Waiting for %d\n", count); clock_gettime(CLOCK_REALTIME, &ts); ts.tv_sec += 1; pthread_cond_timedwait(&kthread_cond, &kthread_lock, &ts); |