Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d22b9628 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents d396fc7c 26407283
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */