Commit 1f8c543f authored by zhaoxiaoqiang11's avatar zhaoxiaoqiang11 Committed by Tejun Heo

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: default avatarzhaoxiaoqiang11 <zhaoxiaoqiang11@jd.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d936eb23
......@@ -2169,7 +2169,6 @@ static void cgroup_kill_sb(struct super_block *sb)
/*
* If @root doesn't have any children, start killing it.
* This prevents new mounts by disabling percpu_ref_tryget_live().
* cgroup_mount() may wait for @root's release.
*
* And don't kill the default root.
*/
......
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