]> git.baikalelectronics.ru Git - kernel.git/commit
sched: move autogroup sysctls into its own file
authorZhen Ni <nizhen@uniontech.com>
Fri, 28 Jan 2022 09:50:25 +0000 (17:50 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 2 Feb 2022 12:11:37 +0000 (13:11 +0100)
commit7908d726fed0b1cfe27705d7053d611f6ed98546
treeda3e3596be1253da7ec326611367490d4c7a808c
parente6c170217dedd3b716c36cc057da0d81bf5b52e4
sched: move autogroup sysctls into its own file

move autogroup sysctls to autogroup.c and use the new
register_sysctl_init() to register the sysctl interface.

Signed-off-by: Zhen Ni <nizhen@uniontech.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20220128095025.8745-1-nizhen@uniontech.com
include/linux/sched/sysctl.h
kernel/sched/autogroup.c
kernel/sched/autogroup.h
kernel/sysctl.c