Skip to content

Commit 0ac3800

Browse files
Xiu Jianfenghtejun
authored andcommitted
cgroup/cpuset: Update comment on callback_lock
Since commit 51ffe41 ("cpuset: convert away from cftype->read()"), cpuset_common_file_read() has been renamed. Signed-off-by: Xiu Jianfeng <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent d9fc6b4 commit 0ac3800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/cgroup/cpuset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ static struct cpuset top_cpuset = {
434434
* by other task, we use alloc_lock in the task_struct fields to protect
435435
* them.
436436
*
437-
* The cpuset_common_file_read() handlers only hold callback_lock across
437+
* The cpuset_common_seq_show() handlers only hold callback_lock across
438438
* small pieces of code, such as when reading out possibly multi-word
439439
* cpumasks and nodemasks.
440440
*

0 commit comments

Comments
 (0)