diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1591,7 +1591,7 @@ static inline int zap_threads(struct task_struct *tsk, struct mm_struct *mm, | |||
1591 | } | 1591 | } |
1592 | rcu_read_unlock(); | 1592 | rcu_read_unlock(); |
1593 | done: | 1593 | done: |
1594 | core_state->nr_threads = nr; | 1594 | atomic_set(&core_state->nr_threads, nr); |
1595 | return nr; | 1595 | return nr; |
1596 | } | 1596 | } |
1597 | 1597 | ||