summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2021-11-22 17:27:36 +0100
committerEric W. Biederman <ebiederm@xmission.com>2021-12-13 19:04:45 +0100
commitbbda86e988d4c124e4cfa816291cbd583ae8bfb1 (patch)
treeb0d36a233c14df7e3a76cf608a3a956ac58b90a7 /fs
parentexit: Stop exporting do_exit (diff)
downloadlinux-bbda86e988d4c124e4cfa816291cbd583ae8bfb1.tar.xz
linux-bbda86e988d4c124e4cfa816291cbd583ae8bfb1.zip
exit: Implement kthread_exit
The way the per task_struct exit_code is used by kernel threads is not quite compatible how it is used by userspace applications. The low byte of the userspace exit_code value encodes the exit signal. While kthreads just use the value as an int holding ordinary kernel function exit status like -EPERM. Add kthread_exit to clearly separate the two kinds of uses. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions