]> granicus.if.org Git - zfs/commit
OpenZFS 7659 - Missing thread_exit() in dmu_send.c
authorGeorge Melikov <mail@gmelikov.ru>
Wed, 18 Jan 2017 23:10:35 +0000 (02:10 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 18 Jan 2017 23:10:35 +0000 (15:10 -0800)
commit34a6b4284495b979c923e056b23d87fd6c20f380
treee1ab1747d184da80c4996f9b9eafcb83f0bd3c26
parenta0aacd3741530ac20e796cb471ab1e35b3929704
OpenZFS 7659 - Missing thread_exit() in dmu_send.c

Two threads send_traverse_thread() and receive_writer_thread() should
end with thread_exit();

Mostly a cosmetic issue under IllumOS.

Authored by: Jorgen Lundman <lundman@lundman.net>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Ported-by: George Melikov <mail@gmelikov.ru>
OpenZFS-issue: https://www.illumos.org/issues/7659
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/a569268
Closes #5603
module/zfs/dmu_send.c