]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: use page_pgoff() in more places
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 5 Oct 2024 20:01:13 +0000 (21:01 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:01 +0000 (21:29 -0700)
commitd4f3069a60ad30994147edc320ba5a40ba296222
treeb2af6c9cf294a81b38317678fa9242c6a94972f6
parent4b0b4a842e4da9eeb2f01047c65f6a6f440e0846
mm: use page_pgoff() in more places

There are several places which currently open-code page_pgoff(), convert
them to call it.

Link: https://lkml.kernel.org/r/20241005200121.3231142-3-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/futex/core.c
mm/page_vma_mapped.c
mm/rmap.c