mm: expand vma iterator interface
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 20 Jan 2023 16:26:08 +0000 (11:26 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 00:51:31 +0000 (16:51 -0800)
commitb62b633e048bbddef90b2e55d2e33823187b425f
tree90f8665499bcf045dc383e5787d639709535b94f
parent17dc622c7b0f94e49bed030726df4db12ecaa6b5
mm: expand vma iterator interface

Add wrappers for the maple tree to the vma iterator.  This will provide
type safety at compile time.

Link: https://lkml.kernel.org/r/20230120162650.984577-8-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h
include/linux/mm_types.h
mm/internal.h
mm/mmap.c