|
@@ -436,7 +436,7 @@ int cgroup_taskset_size(struct cgroup_taskset *tset);
|
|
|
|
|
|
struct cgroup_subsys {
|
|
struct cgroup_subsys {
|
|
struct cgroup_subsys_state *(*create)(struct cgroup *cgrp);
|
|
struct cgroup_subsys_state *(*create)(struct cgroup *cgrp);
|
|
- int (*pre_destroy)(struct cgroup *cgrp);
|
|
|
|
|
|
+ void (*pre_destroy)(struct cgroup *cgrp);
|
|
void (*destroy)(struct cgroup *cgrp);
|
|
void (*destroy)(struct cgroup *cgrp);
|
|
int (*can_attach)(struct cgroup *cgrp, struct cgroup_taskset *tset);
|
|
int (*can_attach)(struct cgroup *cgrp, struct cgroup_taskset *tset);
|
|
void (*cancel_attach)(struct cgroup *cgrp, struct cgroup_taskset *tset);
|
|
void (*cancel_attach)(struct cgroup *cgrp, struct cgroup_taskset *tset);
|