mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flags
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2024 06:17:10 +0000 (14:17 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 6 May 2024 00:53:34 +0000 (17:53 -0700)
commit85b67b01044e7cd52031d9b84745c816f831e68e
treec95f7f82a4350ae07dc0c51a7cbeba653b184ed1
parent79899cce33e0887c06d41e767aa543aaaaef48e2
mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flags

As we are removing get_ksm_page_flags(), make the flags match the new
function name.

Link: https://lkml.kernel.org/r/20240411061713.1847574-10-alexs@kernel.org
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Alex Shi <alexs@kernel.org>
Reviewed-by: Alex Shi <alexs@kernel.org>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Chris Wright <chrisw@sous-sol.org>
Cc: Hugh Dickins <hughd@google.com>
Cc: Izik Eidus <izik.eidus@ravellosystems.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/ksm.c