aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 55a0a770a5a2..c02b05560d10 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1401,8 +1401,8 @@ static void init_cgroup_root(struct cgroupfs_root *root)
1401 root->number_of_cgroups = 1; 1401 root->number_of_cgroups = 1;
1402 cgrp->root = root; 1402 cgrp->root = root;
1403 cgrp->top_cgroup = cgrp; 1403 cgrp->top_cgroup = cgrp;
1404 list_add_tail(&cgrp->allcg_node, &root->allcg_list);
1405 init_cgroup_housekeeping(cgrp); 1404 init_cgroup_housekeeping(cgrp);
1405 list_add_tail(&cgrp->allcg_node, &root->allcg_list);
1406} 1406}
1407 1407
1408static bool init_root_id(struct cgroupfs_root *root) 1408static bool init_root_id(struct cgroupfs_root *root)