diff options
| author | 2008-02-08 04:19:10 -0800 | |
|---|---|---|
| committer | 2008-02-08 09:22:27 -0800 | |
| commit | 297bd42b15daed02453ff59ce6d31216a58b0398 (patch) | |
| tree | 4b1fecc6e285c50d55961ed85e013419f5810164 /kernel/signal.c | |
| parent | teach set_special_pids() to use struct pid (diff) | |
| download | wireguard-linux-297bd42b15daed02453ff59ce6d31216a58b0398.tar.xz wireguard-linux-297bd42b15daed02453ff59ce6d31216a58b0398.zip | |
move daemonized kernel threads into the swapper's session
Daemonized kernel threads run in the init's session. This doesn't match the
behaviour of kthread_create()'ed threads, and this is one of the 2 reasons
why we need a special hack in sys_setsid().
Now that set_special_pids() was changed to use struct pid, not pid_t, we can
use init_struct_pid and set 0,0 special pids.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/signal.c')
0 files changed, 0 insertions, 0 deletions
