Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84649
b: refs/heads/master
c: 6405f7f
h: refs/heads/master
i:
  84647: 9bf711b
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Feb 8, 2008
1 parent ce0a712 commit 2023f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c0c0b649d67aa775aa9851de61aade17504be70c
refs/heads/master: 6405f7f4675884b671bee66678e1c2859bdb0e56
6 changes: 3 additions & 3 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1638,11 +1638,11 @@ static void ptrace_stop(int exit_code, int nostop_code, siginfo_t *info)
} else {
/*
* By the time we got the lock, our tracer went away.
* Don't stop here.
* Don't drop the lock yet, another tracer may come.
*/
read_unlock(&tasklist_lock);
set_current_state(TASK_RUNNING);
__set_current_state(TASK_RUNNING);
current->exit_code = nostop_code;
read_unlock(&tasklist_lock);
}

/*
Expand Down

0 comments on commit 2023f2b

Please sign in to comment.