summaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_send.c
diff options
context:
space:
mode:
authorJorgen Lundman <[email protected]>2020-05-15 07:58:09 +0900
committerGitHub <[email protected]>2020-05-14 15:58:09 -0700
commiteeb8fae9c7dc9a116f061ee8b266f0a51fd6c8ad (patch)
treed5d9e1e4c617a75150bf76a0e3180ce0fcecde11 /module/zfs/dmu_send.c
parent8b240f14f93822129ab9fb0674fc27f6353b0a2d (diff)
Upstream: add missing thread_exit()
Undo FreeBSD wrapper for thread_create() added to call thread_exit. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Jorgen Lundman <[email protected]> Closes #10314
Diffstat (limited to 'module/zfs/dmu_send.c')
-rw-r--r--module/zfs/dmu_send.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/zfs/dmu_send.c b/module/zfs/dmu_send.c
index 9069f7e7d..a5df78edd 100644
--- a/module/zfs/dmu_send.c
+++ b/module/zfs/dmu_send.c
@@ -1319,6 +1319,8 @@ redact_list_thread(void *arg)
record = range_alloc(DATA, 0, 0, 0, B_TRUE);
bqueue_enqueue_flush(&rlt_arg->q, record, sizeof (*record));
spl_fstrans_unmark(cookie);
+
+ thread_exit();
}
/*