diff options
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1403,7 +1403,7 @@ static void zap_threads (struct mm_struct *mm) | |||
| 1403 | do_each_thread(g,p) { | 1403 | do_each_thread(g,p) { |
| 1404 | if (mm == p->mm && p != tsk && | 1404 | if (mm == p->mm && p != tsk && |
| 1405 | p->ptrace && p->parent->mm == mm) { | 1405 | p->ptrace && p->parent->mm == mm) { |
| 1406 | __ptrace_unlink(p); | 1406 | __ptrace_detach(p, 0); |
| 1407 | } | 1407 | } |
| 1408 | } while_each_thread(g,p); | 1408 | } while_each_thread(g,p); |
| 1409 | write_unlock_irq(&tasklist_lock); | 1409 | write_unlock_irq(&tasklist_lock); |
