Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377108
b: refs/heads/master
c: 8aac627
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Al Viro committed Jun 15, 2013
1 parent 0e0c836 commit db1bf76
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: e7b2c4069252732d52f1de6d1f7c82d99a156659
refs/heads/master: 8aac62706adaaf0fab02c4327761561c8bda9448
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ static void exit_notify(struct task_struct *tsk, int group_dead)
* jobs, send them a SIGHUP and then a SIGCONT. (POSIX 3.2.2.2)
*/
forget_original_parent(tsk);
exit_task_namespaces(tsk);

write_lock_irq(&tasklist_lock);
if (group_dead)
Expand Down Expand Up @@ -795,6 +794,7 @@ void do_exit(long code)
exit_shm(tsk);
exit_files(tsk);
exit_fs(tsk);
exit_task_namespaces(tsk);
exit_task_work(tsk);
check_stack_usage();
exit_thread();
Expand Down

0 comments on commit db1bf76

Please sign in to comment.