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, 4 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index d0ad3794b947..53e81a61be57 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -277,6 +277,10 @@ enum {
277 * 277 *
278 * - Remount is disallowed. 278 * - Remount is disallowed.
279 * 279 *
280 * - cpuset: tasks will be kept in empty cpusets when hotplug happens
281 * and take masks of ancestors with non-empty cpus/mems, instead of
282 * being moved to an ancestor.
283 *
280 * - memcg: use_hierarchy is on by default and the cgroup file for 284 * - memcg: use_hierarchy is on by default and the cgroup file for
281 * the flag is not created. 285 * the flag is not created.
282 * 286 *