Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147626
b: refs/heads/master
c: 226f62f
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 3, 2009
1 parent 50e6f3e commit 3c41b9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcd945e0d8a6d654e3e1de51faea9f98f1504aa5
refs/heads/master: 226f62fdd53d5b2c74e242aa11f6ad43d0285d3f
6 changes: 6 additions & 0 deletions trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,12 @@ long do_fork(unsigned long clone_flags,
if (clone_flags & CLONE_VFORK) {
p->vfork_done = &vfork;
init_completion(&vfork);
} else {
/*
* vfork will do an exec which will call
* set_task_comm()
*/
perf_counter_comm(p);
}

audit_finish_fork(p);
Expand Down

0 comments on commit 3c41b9b

Please sign in to comment.