Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84661
b: refs/heads/master
c: 297bd42
h: refs/heads/master
i:
  84659: a75f8f7
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Feb 8, 2008
1 parent e688075 commit 45917d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8520d7c7f8611216e3b270becec95bb35b6899d4
refs/heads/master: 297bd42b15daed02453ff59ce6d31216a58b0398
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ void daemonize(const char *name, ...)
get_nsproxy(&init_nsproxy);
switch_task_namespaces(current, &init_nsproxy);
}
set_special_pids(find_pid(1));
set_special_pids(&init_struct_pid);
proc_clear_tty(current);

/* Block and flush all signals */
Expand Down

0 comments on commit 45917d6

Please sign in to comment.