nommu: convert nommu to using the vma iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 20 Jan 2023 16:26:28 +0000 (11:26 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 00:51:35 +0000 (16:51 -0800)
commit47d9644de92c1aa9dcd791203397b161c67096ca
tree4a76b5ce746e6b0edd988b027af1a2d0a5a73e57
parenta27a11f92fe2bb1c02c8bba0a8315f9b7ad3b396
nommu: convert nommu to using the vma iterator

Gain type safety in nommu by using the vma_iterator and not the maple tree
directly.

Link: https://lkml.kernel.org/r/20230120162650.984577-28-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/nommu.c