-
- Downloads
memory: remove the now superfluous sentinel element 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 sentinel from all files under mm/ that register a sysctl table. Link: https://lkml.kernel.org/r/20240328-jag-sysctl_remset_misc-v1-1-47c1463b3af2@samsung.com Signed-off-by:Joel Granados <j.granados@samsung.com> Reviewed-by:
Muchun Song <muchun.song@linux.dev> Reviewed-by:
Miaohe Lin <linmiaohe@huawei.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org>
Showing
- mm/compaction.c 0 additions, 1 deletionmm/compaction.c
- mm/hugetlb.c 0 additions, 1 deletionmm/hugetlb.c
- mm/hugetlb_vmemmap.c 0 additions, 1 deletionmm/hugetlb_vmemmap.c
- mm/memory-failure.c 0 additions, 1 deletionmm/memory-failure.c
- mm/oom_kill.c 0 additions, 1 deletionmm/oom_kill.c
- mm/page-writeback.c 0 additions, 1 deletionmm/page-writeback.c
- mm/page_alloc.c 0 additions, 1 deletionmm/page_alloc.c
Loading
Please register or sign in to comment