Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33231
b: refs/heads/master
c: 9f59ce5
h: refs/heads/master
i:
  33229: b71f921
  33227: b6c1e19
  33223: 6e5a9cc
  33215: d8ddba9
v: v3
  • Loading branch information
Chuck Ebbert authored and Linus Torvalds committed Aug 6, 2006
1 parent c112f11 commit 697604d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f9abd1ace43d6186268856dbec2ebf411218d6ca
refs/heads/master: 9f59ce5d0e0dd837853385927b150f5cef3a7f52
4 changes: 3 additions & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,10 @@ long do_fork(unsigned long clone_flags,

if (clone_flags & CLONE_VFORK) {
wait_for_completion(&vfork);
if (unlikely (current->ptrace & PT_TRACE_VFORK_DONE))
if (unlikely (current->ptrace & PT_TRACE_VFORK_DONE)) {
current->ptrace_message = nr;
ptrace_notify ((PTRACE_EVENT_VFORK_DONE << 8) | SIGTRAP);
}
}
} else {
free_pid(pid);
Expand Down

0 comments on commit 697604d

Please sign in to comment.