]> git.ipfire.org Git - thirdparty/linux.git/commit
sysctl: rename kern_table -> sysctl_subsys_table
authorJoel Granados <joel.granados@kernel.org>
Fri, 27 Jun 2025 08:12:40 +0000 (10:12 +0200)
committerJoel Granados <joel.granados@kernel.org>
Wed, 23 Jul 2025 09:56:02 +0000 (11:56 +0200)
commit73184c8e4ff447b866dac13fc4f1a4079c78a69d
tree5acf82346874554a483738356f32f1bac71d0ac2
parent25ebbce1f188aa2d3e83fcfcf24da8610362564b
sysctl: rename kern_table -> sysctl_subsys_table

Renamed sysctl table from kern_table to sysctl_subsys_table and grouped
the two arch specific ctls to the end of the array.

This is part of a greater effort to move ctl tables into their
respective subsystems which will reduce the merge conflicts in
kernel/sysctl.c.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
kernel/sys.c
kernel/sysctl.c