On Thu, Apr 15, 2021 at 01:34:27PM +0100, Valentin Schneider wrote: > On 15/04/21 11:06, Peter Zijlstra wrote: > > @@ -2388,8 +2384,6 @@ void partition_sched_domains_locked(int > > doms_cur = doms_new; > > dattr_cur = dattr_new; > > ndoms_cur = ndoms_new; > > - > > - register_sched_domain_sysctl(); > > } > > > > This has to stay, otherwise we never update the files.
Duh, how about I rename that to update_sched_domain_debugfs() or something.