diff options
Diffstat (limited to 'include/linux/cgroup.h')
| -rw-r--r-- | include/linux/cgroup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 8b00f6643e93..1164963c3a85 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
| @@ -25,7 +25,6 @@ struct cgroup; | |||
| 25 | 25 | ||
| 26 | extern int cgroup_init_early(void); | 26 | extern int cgroup_init_early(void); |
| 27 | extern int cgroup_init(void); | 27 | extern int cgroup_init(void); |
| 28 | extern void cgroup_init_smp(void); | ||
| 29 | extern void cgroup_lock(void); | 28 | extern void cgroup_lock(void); |
| 30 | extern bool cgroup_lock_live_group(struct cgroup *cgrp); | 29 | extern bool cgroup_lock_live_group(struct cgroup *cgrp); |
| 31 | extern void cgroup_unlock(void); | 30 | extern void cgroup_unlock(void); |
| @@ -348,8 +347,6 @@ struct cgroup_subsys { | |||
| 348 | struct cgroupfs_root *root; | 347 | struct cgroupfs_root *root; |
| 349 | 348 | ||
| 350 | struct list_head sibling; | 349 | struct list_head sibling; |
| 351 | |||
| 352 | void *private; | ||
| 353 | }; | 350 | }; |
| 354 | 351 | ||
| 355 | #define SUBSYS(_x) extern struct cgroup_subsys _x ## _subsys; | 352 | #define SUBSYS(_x) extern struct cgroup_subsys _x ## _subsys; |
| @@ -410,7 +407,6 @@ void cgroup_mm_owner_callbacks(struct task_struct *old, | |||
| 410 | 407 | ||
| 411 | static inline int cgroup_init_early(void) { return 0; } | 408 | static inline int cgroup_init_early(void) { return 0; } |
| 412 | static inline int cgroup_init(void) { return 0; } | 409 | static inline int cgroup_init(void) { return 0; } |
| 413 | static inline void cgroup_init_smp(void) {} | ||
| 414 | static inline void cgroup_fork(struct task_struct *p) {} | 410 | static inline void cgroup_fork(struct task_struct *p) {} |
| 415 | static inline void cgroup_fork_callbacks(struct task_struct *p) {} | 411 | static inline void cgroup_fork_callbacks(struct task_struct *p) {} |
| 416 | static inline void cgroup_post_fork(struct task_struct *p) {} | 412 | static inline void cgroup_post_fork(struct task_struct *p) {} |
