Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71440
b: refs/heads/master
c: d4c5e41
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Walker authored and Linus Torvalds committed Oct 19, 2007
1 parent a271650 commit 09dc364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7b1915a989ea4d426d0fd98974ab80f30ef1d779
refs/heads/master: d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e
4 changes: 2 additions & 2 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ void daemonize(const char *name, ...)
switch_task_namespaces(current, init_task.nsproxy);
}

exit_files(current);
exit_files(current);
current->files = init_task.files;
atomic_inc(&current->files->count);

Expand Down Expand Up @@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk)
/* Let father know we died
*
* Thread signals are configurable, but you aren't going to use
* that to send signals to arbitary processes.
* that to send signals to arbitary processes.
* That stops right now.
*
* If the parent exec id doesn't match the exec id we saved
Expand Down

0 comments on commit 09dc364

Please sign in to comment.