mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <zhaoxiaoqiang11@jd.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
d936eb2387
commit
1f8c543f14
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue