Re: [PATCH v5] kernel/time: move timer sysctls to its own file

From: Luis Chamberlain
Date: Tue Feb 01 2022 - 13:59:16 EST


On Mon, Jan 31, 2022 at 06:22:14PM +0800, tangmeng wrote:
> kernel/sysctl.c is a kitchen sink where everyone leaves their dirty
> dishes, this makes it very difficult to maintain.
>
> To help with this maintenance let's start by moving sysctls to places
> where they actually belong. The proc sysctl maintainers do not want to
> know what sysctl knobs you wish to add for your own piece of code, we
> just care about the core logic.
>
> So move the timer_migration sysctls to its own file.
>
> Signed-off-by: tangmeng <tangmeng@xxxxxxxxxxxxx>

Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>

Luis