]> www.infradead.org Git - users/dwmw2/linux.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)
commitc8eaf6ac76f40f6c59fc7d056e2e08c4a57ea9c7
treeda3e3596be1253da7ec326611367490d4c7a808c
parent127b6429d235ab7c358223bbfd8a8b8d8cc799b6
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