]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
authorJoel Granados <joel.granados@kernel.org>
Thu, 16 Oct 2025 09:04:23 +0000 (11:04 +0200)
committerJoel Granados <joel.granados@kernel.org>
Thu, 27 Nov 2025 14:45:38 +0000 (15:45 +0100)
commit564195c1a33c8fc631cd3d306e350b0e3d3e9555
tree504d8e8e033d60729c5a1897a6a36cc1b15e039c
parent30baaeb685bce0b7dfd3c5a55f22b1076c21f7b2
sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv

Make do_proc_douintvec static and export proc_douintvec_conv wrapper
function for external use. This is to keep with the design in sysctl.c.
Update fs/pipe.c to use the new public API.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
fs/pipe.c
include/linux/sysctl.h
kernel/sysctl.c