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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index b21cf093ac62..a9553568118f 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -29,6 +29,8 @@ extern void cgroup_fork(struct task_struct *p);
29extern void cgroup_fork_callbacks(struct task_struct *p); 29extern void cgroup_fork_callbacks(struct task_struct *p);
30extern void cgroup_exit(struct task_struct *p, int run_callbacks); 30extern void cgroup_exit(struct task_struct *p, int run_callbacks);
31 31
32extern struct file_operations proc_cgroup_operations;
33
32/* Per-subsystem/per-cgroup state maintained by the system. */ 34/* Per-subsystem/per-cgroup state maintained by the system. */
33struct cgroup_subsys_state { 35struct cgroup_subsys_state {
34 /* The cgroup that this subsystem is attached to. Useful 36 /* The cgroup that this subsystem is attached to. Useful