Loading include/linux/cgroup.h +1 −1 Original line number Diff line number Diff line Loading @@ -948,7 +948,7 @@ static inline int cgroup_attach_task_all(struct task_struct *from, static inline int subsys_cgroup_allow_attach(struct cgroup_subsys_state *css, void *tset) { return 0; return -EINVAL; } #endif /* !CONFIG_CGROUPS */ Loading kernel/sched/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -10092,6 +10092,7 @@ struct cgroup_subsys cpu_cgrp_subsys = { .fork = cpu_cgroup_fork, .can_attach = cpu_cgroup_can_attach, .attach = cpu_cgroup_attach, .allow_attach = subsys_cgroup_allow_attach, .exit = cpu_cgroup_exit, .legacy_cftypes = cpu_files, .early_init = 1, Loading Loading
include/linux/cgroup.h +1 −1 Original line number Diff line number Diff line Loading @@ -948,7 +948,7 @@ static inline int cgroup_attach_task_all(struct task_struct *from, static inline int subsys_cgroup_allow_attach(struct cgroup_subsys_state *css, void *tset) { return 0; return -EINVAL; } #endif /* !CONFIG_CGROUPS */ Loading
kernel/sched/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -10092,6 +10092,7 @@ struct cgroup_subsys cpu_cgrp_subsys = { .fork = cpu_cgroup_fork, .can_attach = cpu_cgroup_can_attach, .attach = cpu_cgroup_attach, .allow_attach = subsys_cgroup_allow_attach, .exit = cpu_cgroup_exit, .legacy_cftypes = cpu_files, .early_init = 1, Loading