]> www.infradead.org Git - users/willy/linux.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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Oct 2021 20:00:32 +0000 (16:00 -0400)
commit17ec68e527bdac5e9f61835151e7e76c5206b8ef
tree2ad952e62006e284cd509ea4850a183a25a94047
parentf2edcdd64ef3d258b49dd88a134a1dba2302ab50
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