]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sysctl: remove the vm_table
authorKaixiong Yu <yukaixiong@huawei.com>
Sat, 11 Jan 2025 07:07:50 +0000 (15:07 +0800)
committerJoel Granados <joel.granados@kernel.org>
Fri, 7 Feb 2025 15:53:05 +0000 (16:53 +0100)
commitfa89dbda458b915dcb2f099c1fee495bde28943e
tree32afa1cf41ba9ffa9af7c8427c021e03f6219034
parentf569ca4b145d07fd7c3ac1349b7da40f43c38e7b
sysctl: remove the vm_table

After patch1~14 is applied, all sysctls of vm_table
would be moved. So, delete vm_table.

Signed-off-by: Kaixiong Yu <yukaixiong@huawei.com>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
kernel/sysctl.c