diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 2 |
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); | |||
29 | extern void cgroup_fork_callbacks(struct task_struct *p); | 29 | extern void cgroup_fork_callbacks(struct task_struct *p); |
30 | extern void cgroup_exit(struct task_struct *p, int run_callbacks); | 30 | extern void cgroup_exit(struct task_struct *p, int run_callbacks); |
31 | 31 | ||
32 | extern 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. */ |
33 | struct cgroup_subsys_state { | 35 | struct cgroup_subsys_state { |
34 | /* The cgroup that this subsystem is attached to. Useful | 36 | /* The cgroup that this subsystem is attached to. Useful |