]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Convert count_vma_pages_range() to use ma_state
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 27 May 2021 15:23:50 +0000 (11:23 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 1 Oct 2021 17:30:38 +0000 (13:30 -0400)
commita446b349db4290def33d6b72e251bb1e140d3f2d
treea725a36514a330cf127b6a7a630da0fcd1478479
parent6f3a78364738399081192c344cbd0b193fe3da5d
mm/mmap: Convert count_vma_pages_range() to use ma_state

mmap_region() uses a maple state to do all the work so convert the
static inline count_vma_pages_range() to use the same structure.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c