Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95133
b: refs/heads/master
c: 34c8f07
h: refs/heads/master
i:
  95131: c42e7e9
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Apr 30, 2008
1 parent edb1423 commit f749c6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ac5c215383f43a106ba4ef298126bf78c126f5e9
refs/heads/master: 34c8f07b9ac499a807918eda377193a55f64f8df
6 changes: 0 additions & 6 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,12 +643,6 @@ static void handle_stop_signal(int sig, struct task_struct *p)
*/
signal->flags &= ~SIGNAL_STOP_DEQUEUED;
}
} else if (sig == SIGKILL) {
/*
* Make sure that any pending stop signal already dequeued
* is undone by the wakeup for SIGKILL.
*/
signal->flags &= ~SIGNAL_STOP_DEQUEUED;
}
}

Expand Down

0 comments on commit f749c6e

Please sign in to comment.