diff options
author | zhaoxiaoqiang11 <zhaoxiaoqiang11@jd.com> | 2021-07-16 11:18:53 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-07-16 18:16:12 +0200 |
commit | 1f8c543f142942a2325e729fc4c64b6898749c3a (patch) | |
tree | 5639602358c1c2933eb70b97f7e497382759b8fc /kernel/cgroup/cgroup.c | |
parent | Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" (diff) | |
download | linux-1f8c543f142942a2325e729fc4c64b6898749c3a.tar.xz linux-1f8c543f142942a2325e729fc4c64b6898749c3a.zip |
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>
Diffstat (limited to 'kernel/cgroup/cgroup.c')
-rw-r--r-- | kernel/cgroup/cgroup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 3a0161c21b6b..d0725c1a8db5 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -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. */ |