Re: [PATCH v2 sysctl-next] ftrace: move sysctl_ftrace_enabled to ftrace.c

From: Luis Chamberlain
Date: Sat Feb 26 2022 - 15:36:28 EST


On Wed, Feb 23, 2022 at 07:11:53PM +0800, Wei Xiao wrote:
> This moves ftrace_enabled to trace/ftrace.c.
>
> We move sysctls to places where features actually belong to improve
> the readability of the code and reduce the risk of code merge conflicts.
> At the same time, the proc-sysctl maintainers do not want to know what
> sysctl knobs you wish to add for your owner piece of code, we just care
> about the core logic.

Thanks for using a commit log message which helps folks understand why
we are doing this.

>
> Signed-off-by: Wei Xiao <xiaowei66@xxxxxxxxxx>

Thanks, queued on sysctl-next!

Luis