]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 5 Apr 2023 15:43:07 +0000 (11:43 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 21 Apr 2023 14:11:25 +0000 (10:11 -0400)
commit4cd2f8abd02efe46c3766c8ee61fbf796070fef2
treee6a8eebbbd3d16079ebceb41a1c588fa9f43c7fd
parentd73f8565566c1756996f937b793614d9dc3573ba
mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes

The maple tree iterator clean up is incompatible with the way
do_vmi_align_munmap() expects it to behave.  Update the expected
behaviour to map now since the change will work currently.

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