summaryrefslogtreecommitdiffstats
path: root/module/zfs
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-08-04 14:39:07 -0700
committerBrian Behlendorf <[email protected]>2009-08-04 14:39:07 -0700
commit3e5388907bed379c944138a77fdb6e882906f3a5 (patch)
tree26deaba70174a54732e4d69e0d602a34eb99c70a /module/zfs
parent48cbfae8bdb86167bb0a3d053772dd851577fbb3 (diff)
parent9aedfd95f6ba7a17e0d8fb2716588eb09c855c8c (diff)
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
Diffstat (limited to 'module/zfs')
-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 fb95361f8..e0bc524a3 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();
}
/*