]> git.ipfire.org Git - thirdparty/linux.git/commit
sysctl: make internal ctl_tables const
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 5 Aug 2024 09:39:39 +0000 (11:39 +0200)
committerJoel Granados <joel.granados@kernel.org>
Wed, 9 Oct 2024 11:39:11 +0000 (13:39 +0200)
commitfbc26ee771cbea8591899ee4cbd97131568df75a
tree37961c8342e333b214c66026d327e5ee68d71d1d
parent7abc9b53bd515d7953d1f4e069b062ec4b5ba9e7
sysctl: make internal ctl_tables const

Now that the sysctl core can handle registration of
"const struct ctl_table" constify the sysctl internal tables.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
fs/proc/proc_sysctl.c