mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 10 Jun 2023 03:46:15 +0000 (11:46 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 19 Jun 2023 23:19:28 +0000 (16:19 -0700)
commit833dfc0090b3f8017ddac82d818b2d8e5ceb61db
tree805082bb884f4b93dfb6f02a8ed3f096356d7ce9
parente4d86756159b5794edad5b0d0d19c6f3d9888240
mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit

Add __meminit to kcompactd_run() and kcompactd_stop() to ensure they're
default to __init when memory hotplug is not enabled.

Link: https://lkml.kernel.org/r/20230610034615.997813-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/compaction.h
mm/compaction.c