> free(tid); > - > - ksft_exit_pass(); > + if (thread_error) > + goto err_unmap;
Nit:
if (!thread_error)
exit_status = 0;
--
Cheers,
David
> free(tid); > - > - ksft_exit_pass(); > + if (thread_error) > + goto err_unmap;
Nit:
if (!thread_error)
exit_status = 0;
--
Cheers,
David