Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64624
b: refs/heads/master
c: f2ab6d8
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Lim authored and Linus Torvalds committed Aug 31, 2007
1 parent dda6ed2 commit a06e285
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: c24c55c75a0d799be07ad6c1a7ff4ccfe25da75b
refs/heads/master: f2ab6d8889422c1f5354f014e8bef337b1d1bade
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ fastcall NORET_TYPE void do_exit(long code)
if (unlikely(tsk->audit_context))
audit_free(tsk);

tsk->exit_code = code;
taskstats_exit(tsk, group_dead);

exit_mm(tsk);
Expand All @@ -996,7 +997,6 @@ fastcall NORET_TYPE void do_exit(long code)
if (tsk->binfmt)
module_put(tsk->binfmt->module);

tsk->exit_code = code;
proc_exit_connector(tsk);
exit_task_namespaces(tsk);
exit_notify(tsk);
Expand Down

0 comments on commit a06e285

Please sign in to comment.