K 10 svn:author V 5 markj K 8 svn:date V 27 2020-03-31T02:25:53.909661Z K 7 svn:log V 269 Use a dedicated taskqueue thread for in6m_release_task(). Interfaces may be detached from a taskqueue_thread task, for example by prison_complete(), so after r359438, when draining the queue we may end up deadlocking. Reported by: Jenkins via lwhsu MFC with: r359438 END