diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-10 20:09:44 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-11 21:42:36 -0400 |
commit | fb45550d76bb584857cf0ea3be79fa78207a3cff (patch) | |
tree | c141122f0aa7f1b5cea4ad52d36228a40b79b2fc /lib/cpu-notifier-error-inject.c | |
parent | d6b2123802d2b7eee8c62cd0ebd73e8636cbb068 (diff) |
make sure that kernel_thread() callbacks call do_exit() themselves
Most of them never returned anyway - only two functions had to be
changed. That allows to simplify their callers a whole lot.
Note that this does *not* apply to kthread_run() callbacks - all of
those had been called from the same kernel_thread() callback, which
did do_exit() already. This is strictly about very few low-level
kernel_thread() callbacks (there are only 6 of those, mostly as part
of kthread.h and kmod.h exported mechanisms, plus kernel_init()
itself).
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions