mm: make __absent_pages_in_range() as static
authorBaoquan He <bhe@redhat.com>
Tue, 26 Mar 2024 06:11:29 +0000 (14:11 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Apr 2024 03:56:17 +0000 (20:56 -0700)
commitb6dd94596f7fafd162da236b438e31b12d352187
tree2bea60e303f0b3318c56a216ebde2df03be60f54
parentc091dd963f99a4ae1a5c31bff68e5c2ebd786b07
mm: make __absent_pages_in_range() as static

It's only called in mm/mm_init.c now.

Link: https://lkml.kernel.org/r/20240326061134.1055295-4-bhe@redhat.com
Signed-off-by: Baoquan He <bhe@redhat.com>
Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h
mm/mm_init.c