Merge "sched: Add cgroup attach functionality to the tune controller"

This commit is contained in:
Linux Build Service Account 2016-10-10 18:28:26 -07:00 committed by Gerrit - the friendly Code Review server
commit d22b9628a4

View file

@ -221,6 +221,7 @@ struct cgroup_subsys schedtune_cgrp_subsys = {
.css_free = schedtune_css_free,
.legacy_cftypes = files,
.early_init = 1,
.allow_attach = subsys_cgroup_allow_attach,
};
#endif /* CONFIG_CGROUP_SCHEDTUNE */