aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1b25a37f2aee..b6467711f12e 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2372,7 +2372,7 @@ static inline int thread_group_empty(struct task_struct *p)
2372 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring 2372 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring
2373 * subscriptions and synchronises with wait4(). Also used in procfs. Also 2373 * subscriptions and synchronises with wait4(). Also used in procfs. Also
2374 * pins the final release of task.io_context. Also protects ->cpuset and 2374 * pins the final release of task.io_context. Also protects ->cpuset and
2375 * ->cgroup.subsys[]. 2375 * ->cgroup.subsys[]. And ->vfork_done.
2376 * 2376 *
2377 * Nests both inside and outside of read_lock(&tasklist_lock). 2377 * Nests both inside and outside of read_lock(&tasklist_lock).
2378 * It must not be nested with write_lock_irq(&tasklist_lock), 2378 * It must not be nested with write_lock_irq(&tasklist_lock),