diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index c86ba7ff7a7e..1ba4fc08f776 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -825,8 +825,8 @@ int css_scan_tasks(struct cgroup_subsys_state *css, | |||
825 | int cgroup_attach_task_all(struct task_struct *from, struct task_struct *); | 825 | int cgroup_attach_task_all(struct task_struct *from, struct task_struct *); |
826 | int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from); | 826 | int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from); |
827 | 827 | ||
828 | struct cgroup_subsys_state *css_from_dir(struct dentry *dentry, | 828 | struct cgroup_subsys_state *css_tryget_from_dir(struct dentry *dentry, |
829 | struct cgroup_subsys *ss); | 829 | struct cgroup_subsys *ss); |
830 | 830 | ||
831 | #else /* !CONFIG_CGROUPS */ | 831 | #else /* !CONFIG_CGROUPS */ |
832 | 832 | ||