kernel misc: Remove the now superfluous sentinel elements from ctl_table array
This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link : https://lore.kernel.org/all/ZO5Yx5JFogGi%2FcBo@bombadil.infradead.org/ ) Remove the sentinel from ctl_table arrays. Reduce by one the values used to compare the size of the adjusted arrays. Signed-off-by:Joel Granados <j.granados@samsung.com>
Showing
- kernel/acct.c 0 additions, 1 deletionkernel/acct.c
- kernel/exit.c 0 additions, 1 deletionkernel/exit.c
- kernel/hung_task.c 0 additions, 1 deletionkernel/hung_task.c
- kernel/kexec_core.c 0 additions, 1 deletionkernel/kexec_core.c
- kernel/latencytop.c 0 additions, 1 deletionkernel/latencytop.c
- kernel/panic.c 0 additions, 1 deletionkernel/panic.c
- kernel/pid_namespace.c 0 additions, 1 deletionkernel/pid_namespace.c
- kernel/pid_sysctl.h 0 additions, 1 deletionkernel/pid_sysctl.h
- kernel/reboot.c 0 additions, 1 deletionkernel/reboot.c
- kernel/signal.c 0 additions, 1 deletionkernel/signal.c
- kernel/stackleak.c 0 additions, 1 deletionkernel/stackleak.c
- kernel/sysctl.c 0 additions, 2 deletionskernel/sysctl.c
- kernel/ucount.c 1 addition, 2 deletionskernel/ucount.c
- kernel/utsname_sysctl.c 0 additions, 1 deletionkernel/utsname_sysctl.c
- kernel/watchdog.c 0 additions, 2 deletionskernel/watchdog.c
Please register or sign in to comment