summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index e15ffaf61f48..37fb278f96d7 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -322,7 +322,7 @@ int proc_pid_stat(struct task_struct *task, char * buffer)
if (task->sighand) {
spin_lock_irq(&task->sighand->siglock);
collect_sigign_sigcatch(task, &sigign, &sigcatch);
- spin_lock_irq(&task->sighand->siglock);
+ spin_unlock_irq(&task->sighand->siglock);
}
read_unlock(&tasklist_lock);