aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r--include/linux/cgroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index c6c703f2486b..793f70a48820 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -144,8 +144,8 @@ struct cgroup {
144 /* 144 /*
145 * idr allocated in-hierarchy ID. 145 * idr allocated in-hierarchy ID.
146 * 146 *
147 * The ID of the root cgroup is always 0, and a new cgroup 147 * ID 0 is not used, the ID of the root cgroup is always 1, and a
148 * will be assigned with a smallest available ID. 148 * new cgroup will be assigned with a smallest available ID.
149 * 149 *
150 * Allocating/Removing ID must be protected by cgroup_mutex. 150 * Allocating/Removing ID must be protected by cgroup_mutex.
151 */ 151 */