Re: [PATCH v2 08/70] mm/mmap: Change find_vma() to use the maple tree

2021-01-12 Thread Randy Dunlap
Hi, Please adjust the kernel-doc to be correct :) On 1/12/21 8:11 AM, Liam R. Howlett wrote: > Start using the maple tree to find VMA entries in an mm_struct. > > Signed-off-by: Liam R. Howlett > --- > mm/mmap.c | 29 +++-- > 1 file changed, 11 insertions(+), 18 deletion

[PATCH v2 08/70] mm/mmap: Change find_vma() to use the maple tree

2021-01-12 Thread Liam R. Howlett
Start using the maple tree to find VMA entries in an mm_struct. Signed-off-by: Liam R. Howlett --- mm/mmap.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/mm/mmap.c b/mm/mmap.c index 65789b188c380..ab1cb0efc4c65 100644 --- a/mm/mmap.c +++ b/m