Commit 0ac38002 authored by Xiu Jianfeng's avatar Xiu Jianfeng Committed by Tejun Heo

cgroup/cpuset: Update comment on callback_lock

Since commit 51ffe411 ("cpuset: convert away from cftype->read()"),
cpuset_common_file_read() has been renamed.
Signed-off-by: default avatarXiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d9fc6b42
...@@ -434,7 +434,7 @@ static struct cpuset top_cpuset = { ...@@ -434,7 +434,7 @@ static struct cpuset top_cpuset = {
* by other task, we use alloc_lock in the task_struct fields to protect * by other task, we use alloc_lock in the task_struct fields to protect
* them. * them.
* *
* The cpuset_common_file_read() handlers only hold callback_lock across * The cpuset_common_seq_show() handlers only hold callback_lock across
* small pieces of code, such as when reading out possibly multi-word * small pieces of code, such as when reading out possibly multi-word
* cpumasks and nodemasks. * cpumasks and nodemasks.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment