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 f5379455bb59..e78377a91a74 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -295,6 +295,8 @@ int cgroup_add_files(struct cgroup *cgrp, | |||
295 | 295 | ||
296 | int cgroup_is_removed(const struct cgroup *cgrp); | 296 | int cgroup_is_removed(const struct cgroup *cgrp); |
297 | 297 | ||
298 | int cgroup_lock_live_group(struct cgroup *cgrp); | ||
299 | |||
298 | int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen); | 300 | int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen); |
299 | 301 | ||
300 | int cgroup_task_count(const struct cgroup *cgrp); | 302 | int cgroup_task_count(const struct cgroup *cgrp); |