Commit fa89dbda authored by Kaixiong Yu's avatar Kaixiong Yu Committed by Joel Granados
Browse files

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: default avatarKaixiong Yu <yukaixiong@huawei.com>
Signed-off-by: default avatarJoel Granados <joel.granados@kernel.org>
parent f569ca4b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2012,12 +2012,9 @@ static const struct ctl_table kern_table[] = {
#endif
};

static const struct ctl_table vm_table[] = {};

int __init sysctl_init_bases(void)
{
	register_sysctl_init("kernel", kern_table);
	register_sysctl_init("vm", vm_table);

	return 0;
}