Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exit/kthread: Move the exit code for kernel threads into struct kthread
The exit code of kernel threads has different semantics than the exit_code of userspace tasks. To avoid confusion and allow the userspace implementation to change as needed move the kernel thread exit code into struct kthread. Signed-off-by: "Eric W. Biederman" <[email protected]>
- Loading branch information