summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r--include/linux/cgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 3745ecdad925..852d885df10a 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -699,6 +699,7 @@ void cgroup_path_from_kernfs_id(const union kernfs_node_id *id,
699struct cgroup_subsys_state; 699struct cgroup_subsys_state;
700struct cgroup; 700struct cgroup;
701 701
702static inline void css_get(struct cgroup_subsys_state *css) {}
702static inline void css_put(struct cgroup_subsys_state *css) {} 703static inline void css_put(struct cgroup_subsys_state *css) {}
703static inline int cgroup_attach_task_all(struct task_struct *from, 704static inline int cgroup_attach_task_all(struct task_struct *from,
704 struct task_struct *t) { return 0; } 705 struct task_struct *t) { return 0; }