diff options
Diffstat (limited to 'include/linux/cgroup-defs.h')
-rw-r--r-- | include/linux/cgroup-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index ff20b677fb9f..22254c1fe1c5 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h | |||
@@ -412,6 +412,7 @@ struct cgroup { | |||
412 | * specific task are charged to the dom_cgrp. | 412 | * specific task are charged to the dom_cgrp. |
413 | */ | 413 | */ |
414 | struct cgroup *dom_cgrp; | 414 | struct cgroup *dom_cgrp; |
415 | struct cgroup *old_dom_cgrp; /* used while enabling threaded */ | ||
415 | 416 | ||
416 | /* per-cpu recursive resource statistics */ | 417 | /* per-cpu recursive resource statistics */ |
417 | struct cgroup_rstat_cpu __percpu *rstat_cpu; | 418 | struct cgroup_rstat_cpu __percpu *rstat_cpu; |