Skip to content
Commit 6b124879 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

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: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 40966e31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment