]> www.infradead.org Git - users/willy/xarray.git/commit
sysctl: remove struct ctl_path
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 20 Dec 2023 21:23:35 +0000 (22:23 +0100)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 28 Dec 2023 13:02:42 +0000 (05:02 -0800)
commit561429807d50aad76f1205b0b1d7b4aacf365d4e
tree813a74e88f070f8a446e21b46679ec9223d1c104
parent0b68ab50b8101a35b51fb9ec203cd988e47dbed3
sysctl: remove struct ctl_path

All usages of this struct have been removed from the kernel tree.

The struct is still referenced by scripts/check-sysctl-docs but that
script is broken anyways as it only supports the register_sysctl_paths()
API and not the currently used register_sysctl() one.

Fixes: 0199849acd07 ("sysctl: remove register_sysctl_paths()")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
include/linux/sysctl.h