Skip to content

Commit fa89dbd

Browse files
yukaixiongJoelgranados
authored andcommitted
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 <[email protected]> Signed-off-by: Joel Granados <[email protected]>
1 parent f569ca4 commit fa89dbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/sysctl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,12 +2012,9 @@ static const struct ctl_table kern_table[] = {
20122012
#endif
20132013
};
20142014

2015-
static const struct ctl_table vm_table[] = {};
2016-
20172015
int __init sysctl_init_bases(void)
20182016
{
20192017
register_sysctl_init("kernel", kern_table);
2020-
register_sysctl_init("vm", vm_table);
20212018

20222019
return 0;
20232020
}

0 commit comments

Comments
 (0)