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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 297462b9f41a..00a7e07a1567 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -394,8 +394,8 @@ struct cgroup_map_cb {
394 394
395/* cftype->flags */ 395/* cftype->flags */
396enum { 396enum {
397 CFTYPE_ONLY_ON_ROOT = (1 << 0), /* only create on root cg */ 397 CFTYPE_ONLY_ON_ROOT = (1 << 0), /* only create on root cgrp */
398 CFTYPE_NOT_ON_ROOT = (1 << 1), /* don't create on root cg */ 398 CFTYPE_NOT_ON_ROOT = (1 << 1), /* don't create on root cgrp */
399 CFTYPE_INSANE = (1 << 2), /* don't create if sane_behavior */ 399 CFTYPE_INSANE = (1 << 2), /* don't create if sane_behavior */
400}; 400};
401 401
@@ -513,7 +513,7 @@ struct cftype_set {
513}; 513};
514 514
515struct cgroup_scanner { 515struct cgroup_scanner {
516 struct cgroup *cg; 516 struct cgroup *cgrp;
517 int (*test_task)(struct task_struct *p, struct cgroup_scanner *scan); 517 int (*test_task)(struct task_struct *p, struct cgroup_scanner *scan);
518 void (*process_task)(struct task_struct *p, 518 void (*process_task)(struct task_struct *p,
519 struct cgroup_scanner *scan); 519 struct cgroup_scanner *scan);