Actions
Bug #7659
closedMissing thread_exit() in dmu_send.c
Start date:
2016-12-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Two threads send_traverse_thread() and receive_writer_thread() should
end with thread_exit();
Mostly a cosmetic issue under IllumOS.
Updated by Marcel Telka over 5 years ago
- Category set to zfs - Zettabyte File System
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit f2c1e9bc48e4e20e8e9bd56203a75ff2e219b345
commit f2c1e9bc48e4e20e8e9bd56203a75ff2e219b345 Author: Jorgen Lundman <lundman@lundman.net> Date: 2016-12-20T20:46:11.000Z 7659 Missing thread_exit() in dmu_send.c Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions