summaryrefslogtreecommitdiff
path: root/include/linux/sched/task.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-29 08:03:05 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-29 08:03:05 +0100
commit24cd719712aeb5b5e4562f37ef5f7ba33040b59f (patch)
tree689077bc9bf2e9f8b7df1c6a37dcefe8045912d7 /include/linux/sched/task.h
parent84c365f8ff8fc93a34d6cabe780d0b0f49c177e2 (diff)
parentd58071a8a76d779eedab38033ae4c821c30295a5 (diff)
downloadlwn-24cd719712aeb5b5e4562f37ef5f7ba33040b59f.tar.gz
lwn-24cd719712aeb5b5e4562f37ef5f7ba33040b59f.zip
Merge 5.16-rc3 into staging-next
We need the staging driver fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/sched/task.h')
-rw-r--r--include/linux/sched/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched/task.h b/include/linux/sched/task.h
index ba88a6987400..058d7f371e25 100644
--- a/include/linux/sched/task.h
+++ b/include/linux/sched/task.h
@@ -158,7 +158,7 @@ static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t)
* Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring
* subscriptions and synchronises with wait4(). Also used in procfs. Also
* pins the final release of task.io_context. Also protects ->cpuset and
- * ->cgroup.subsys[]. And ->vfork_done.
+ * ->cgroup.subsys[]. And ->vfork_done. And ->sysvshm.shm_clist.
*
* Nests both inside and outside of read_lock(&tasklist_lock).
* It must not be nested with write_lock_irq(&tasklist_lock),