aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 21ba29869eb8..3561d305b1e0 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -411,6 +411,7 @@ enum {
411 CFTYPE_ONLY_ON_ROOT = (1 << 0), /* only create on root cgrp */ 411 CFTYPE_ONLY_ON_ROOT = (1 << 0), /* only create on root cgrp */
412 CFTYPE_NOT_ON_ROOT = (1 << 1), /* don't create on root cgrp */ 412 CFTYPE_NOT_ON_ROOT = (1 << 1), /* don't create on root cgrp */
413 CFTYPE_INSANE = (1 << 2), /* don't create if sane_behavior */ 413 CFTYPE_INSANE = (1 << 2), /* don't create if sane_behavior */
414 CFTYPE_NO_PREFIX = (1 << 3), /* (DON'T USE FOR NEW FILES) no subsys prefix */
414}; 415};
415 416
416#define MAX_CFTYPE_NAME 64 417#define MAX_CFTYPE_NAME 64