diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index cd6611e622fd..198c7fcd727e 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -548,7 +548,7 @@ int cgroup_taskset_size(struct cgroup_taskset *tset); | |||
548 | (task) = cgroup_taskset_next((tset))) \ | 548 | (task) = cgroup_taskset_next((tset))) \ |
549 | if (!(skip_css) || \ | 549 | if (!(skip_css) || \ |
550 | cgroup_taskset_cur_css((tset), \ | 550 | cgroup_taskset_cur_css((tset), \ |
551 | (skip_css)->ss->subsys_id) != (skip_css)) | 551 | (skip_css)->ss->id) != (skip_css)) |
552 | 552 | ||
553 | /* | 553 | /* |
554 | * Control Group subsystem type. | 554 | * Control Group subsystem type. |
@@ -592,7 +592,7 @@ struct cgroup_subsys { | |||
592 | bool warned_broken_hierarchy; | 592 | bool warned_broken_hierarchy; |
593 | 593 | ||
594 | /* the following two fields are initialized automtically during boot */ | 594 | /* the following two fields are initialized automtically during boot */ |
595 | int subsys_id; | 595 | int id; |
596 | #define MAX_CGROUP_TYPE_NAMELEN 32 | 596 | #define MAX_CGROUP_TYPE_NAMELEN 32 |
597 | const char *name; | 597 | const char *name; |
598 | 598 | ||