Re: [PATCH] bpf: move the bpf syscall sysctl table to its own module

From: Alexei Starovoitov
Date: Wed Feb 23 2022 - 00:07:06 EST


On Tue, Feb 22, 2022 at 5:35 PM Yan Zhu <zhuyan34@xxxxxxxxxx> wrote:
>
> Sysctl table is easier to read under its own module.

"own module"?
What are you talking about?
It's not "easier to read" and looks like a pointless churn.

> Signed-off-by: Yan Zhu <zhuyan34@xxxxxxxxxx>
> ---
> kernel/bpf/syscall.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> kernel/sysctl.c | 71 ----------------------------------------------
> 2 files changed, 80 insertions(+), 71 deletions(-)