OSDN Git Service

sched/autogroup: Fix sysctl move
authorPeter Zijlstra <peterz@infradead.org>
Mon, 30 May 2022 07:45:38 +0000 (09:45 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 30 May 2022 10:36:36 +0000 (12:36 +0200)
commit82f586f923e3ac6062bc7867717a7f8afc09e0ff
tree0a5d225f8b0b570f2166d80c019cdbb562afe5d7
parent7e284070abe53d448517b80493863595af4ab5f0
sched/autogroup: Fix sysctl move

Ivan reported /proc/sys/kernel/sched_autogroup_enabled went walk-about
and using the noautogroup command line parameter would result in a
boot error message.

Turns out the sysctl move placed the init function wrong.

Fixes: c8eaf6ac76f4 ("sched: move autogroup sysctls into its own file")
Reported-by: Ivan Kozik <ivan@ludios.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Ivan Kozik <ivan@ludios.org>
Link: https://lkml.kernel.org/r/YpR2IqndgsyMzN00@worktop.programming.kicks-ass.net
kernel/sched/autogroup.c