X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fcgroup.h;h=984f73b719a99b10a6e683cff5a55d4a41b57527;hb=1f3fe7ebf6136c341012db9f554d4caa566fcbaa;hp=a20320c666fd669582066c1bca0a0b1e51f00e0b;hpb=6bd3847bdc3ba97e642cb9af9d16b0f056da31a2;p=linux.git diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index a20320c666fd..984f73b719a9 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -87,6 +87,7 @@ struct cgroup_subsys_state *css_tryget_online_from_dir(struct dentry *dentry, struct cgroup_subsys *ss); struct cgroup *cgroup_get_from_path(const char *path); +struct cgroup *cgroup_get_from_fd(int fd); int cgroup_attach_task_all(struct task_struct *from, struct task_struct *); int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from);