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 32c553556bbd..b8bcbdeb2eac 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
| @@ -93,6 +93,8 @@ extern struct css_set init_css_set; | |||
| 93 | 93 | ||
| 94 | bool css_has_online_children(struct cgroup_subsys_state *css); | 94 | bool css_has_online_children(struct cgroup_subsys_state *css); |
| 95 | struct cgroup_subsys_state *css_from_id(int id, struct cgroup_subsys *ss); | 95 | struct cgroup_subsys_state *css_from_id(int id, struct cgroup_subsys *ss); |
| 96 | struct cgroup_subsys_state *cgroup_e_css(struct cgroup *cgroup, | ||
| 97 | struct cgroup_subsys *ss); | ||
| 96 | struct cgroup_subsys_state *cgroup_get_e_css(struct cgroup *cgroup, | 98 | struct cgroup_subsys_state *cgroup_get_e_css(struct cgroup *cgroup, |
| 97 | struct cgroup_subsys *ss); | 99 | struct cgroup_subsys *ss); |
| 98 | struct cgroup_subsys_state *css_tryget_online_from_dir(struct dentry *dentry, | 100 | struct cgroup_subsys_state *css_tryget_online_from_dir(struct dentry *dentry, |
