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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 3561d305b1e0..40c2427806c9 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -907,6 +907,11 @@ unsigned short css_id(struct cgroup_subsys_state *css);
907struct cgroup_subsys_state *css_from_dir(struct dentry *dentry, 907struct cgroup_subsys_state *css_from_dir(struct dentry *dentry,
908 struct cgroup_subsys *ss); 908 struct cgroup_subsys *ss);
909 909
910/* XXX: temporary */
911struct cgroup_subsys_state *cgroup_css(struct cgroup *cgrp,
912 struct cgroup_subsys *ss);
913struct cftype *__file_cft(struct file *file);
914
910#else /* !CONFIG_CGROUPS */ 915#else /* !CONFIG_CGROUPS */
911 916
912static inline int cgroup_init_early(void) { return 0; } 917static inline int cgroup_init_early(void) { return 0; }