summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-08-04 14:39:04 -0700
committerBrian Behlendorf <[email protected]>2009-08-04 14:39:04 -0700
commit0741d789d2edaf21d5eb1ffa492ae7c94565abb6 (patch)
tree3f2ca80678808745d1f6392727036f7cbd01850f /module
parent0435a79314643f599ec07e1ab9ecbc1e30deed39 (diff)
parent0ebcbe2e74955971db7b3a41feb295b587222323 (diff)
Merge branch 'feature-pthreads' into refs/top-bases/feature-branch
Diffstat (limited to 'module')
-rw-r--r--module/zfs/txg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/zfs/txg.c b/module/zfs/txg.c
index 15745b3e9..b5fcc8c4a 100644
--- a/module/zfs/txg.c
+++ b/module/zfs/txg.c
@@ -446,8 +446,6 @@ txg_sync_thread(dsl_pool_t *dp)
rw_exit(&tx->tx_suspend);
cv_broadcast(&tx->tx_sync_done_cv);
}
-
- thread_exit();
}
static void
@@ -492,8 +490,6 @@ txg_quiesce_thread(dsl_pool_t *dp)
cv_broadcast(&tx->tx_sync_more_cv);
cv_broadcast(&tx->tx_quiesce_done_cv);
}
-
- thread_exit();
}
/*