aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c
index 8fccc276d40d..9f9f931ef949 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -798,7 +798,7 @@ static int de_thread(struct task_struct *tsk)
798 if (!thread_group_leader(tsk)) { 798 if (!thread_group_leader(tsk)) {
799 leader = tsk->group_leader; 799 leader = tsk->group_leader;
800 800
801 sig->notify_count = -1; 801 sig->notify_count = -1; /* for exit_notify() */
802 for (;;) { 802 for (;;) {
803 write_lock_irq(&tasklist_lock); 803 write_lock_irq(&tasklist_lock);
804 if (likely(leader->exit_state)) 804 if (likely(leader->exit_state))