Skip to content

Commit 1f8c543

Browse files
zhaoxiaoqiang11htejun
authored andcommitted
cgroup: remove cgroup_mount from comments
Git rid of an outdated comment. Since cgroup was fully switched to fs_context, cgroup_mount() is gone and it's confusing to mention in comments of cgroup_kill_sb(). Delete it. Signed-off-by: zhaoxiaoqiang11 <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent d936eb2 commit 1f8c543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/cgroup/cgroup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,6 @@ static void cgroup_kill_sb(struct super_block *sb)
21692169
/*
21702170
* If @root doesn't have any children, start killing it.
21712171
* This prevents new mounts by disabling percpu_ref_tryget_live().
2172-
* cgroup_mount() may wait for @root's release.
21732172
*
21742173
* And don't kill the default root.
21752174
*/

0 commit comments

Comments
 (0)