commit | 7bf7c6d2257c73c61c6618d693c79706356c8ef7 | [log] [tgz] |
---|---|---|
author | Joel Granados <joel.granados@kernel.org> | Fri Jun 27 10:12:40 2025 +0200 |
committer | Joel Granados <joel.granados@kernel.org> | Fri Jun 27 11:45:45 2025 +0200 |
tree | 31baf9180543c6a9106fb468f1ad572f5891309b | |
parent | 4ee4059ed4163e67201ec183cfbfebccdcb49daa [diff] |
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>