diff options
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -712,7 +712,7 @@ static int de_thread(struct task_struct *tsk) | |||
| 712 | attach_pid(current, PIDTYPE_PID, current->pid); | 712 | attach_pid(current, PIDTYPE_PID, current->pid); | 
| 713 | attach_pid(current, PIDTYPE_PGID, current->signal->pgrp); | 713 | attach_pid(current, PIDTYPE_PGID, current->signal->pgrp); | 
| 714 | attach_pid(current, PIDTYPE_SID, current->signal->session); | 714 | attach_pid(current, PIDTYPE_SID, current->signal->session); | 
| 715 | list_add_tail(¤t->tasks, &init_task.tasks); | 715 | list_add_tail_rcu(¤t->tasks, &init_task.tasks); | 
| 716 | 716 | ||
| 717 | current->group_leader = current; | 717 | current->group_leader = current; | 
| 718 | leader->group_leader = current; | 718 | leader->group_leader = current; | 
