Merge "sched: Add cgroup attach functionality to the tune controller"
This commit is contained in:
commit
d22b9628a4
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ struct cgroup_subsys schedtune_cgrp_subsys = {
|
||||||
.css_free = schedtune_css_free,
|
.css_free = schedtune_css_free,
|
||||||
.legacy_cftypes = files,
|
.legacy_cftypes = files,
|
||||||
.early_init = 1,
|
.early_init = 1,
|
||||||
|
.allow_attach = subsys_cgroup_allow_attach,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* CONFIG_CGROUP_SCHEDTUNE */
|
#endif /* CONFIG_CGROUP_SCHEDTUNE */
|
||||||
|
|
Loading…
Add table
Reference in a new issue