|
@@ -472,7 +472,6 @@ struct cgroup_subsys {
|
|
|
void (*fork)(struct task_struct *task);
|
|
|
void (*exit)(struct cgroup *cgrp, struct cgroup *old_cgrp,
|
|
|
struct task_struct *task);
|
|
|
- int (*populate)(struct cgroup_subsys *ss, struct cgroup *cgrp);
|
|
|
void (*post_clone)(struct cgroup *cgrp);
|
|
|
void (*bind)(struct cgroup *root);
|
|
|
|