]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysctl: Remove superfluous __do_proc_* indirection
authorJoel Granados <joel.granados@kernel.org>
Thu, 2 Oct 2025 08:50:03 +0000 (10:50 +0200)
committerJoel Granados <joel.granados@kernel.org>
Thu, 27 Nov 2025 14:43:20 +0000 (15:43 +0100)
commit610c9b6efb701e559f5b5d449e69e76e91ea4401
tree6488f7359d1e7dec6dc7e57d9eb0cc460c8824d2
parentee581c0e3acd6b59e36c1d990090c699c5ba6735
sysctl: Remove superfluous __do_proc_* indirection

Remove "__" from __do_proc_do{intvec,uintvec,ulongvec_minmax} internal
functions and delete their corresponding do_proc_do* wrappers. These
indirections are unnecessary as they do not add extra logic nor do they
indicate a layer separation.

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