diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index e413b1ae6bac..d60b47641b79 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -1745,6 +1745,7 @@ do_signal_stop(int signr) * with another processor delivering a stop signal, * then the SIGCONT that wakes us up should clear it. */ + read_unlock(&tasklist_lock); return 0; } |
