]> 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>
Thu, 6 Apr 2023 13:18:09 +0000 (09:18 -0400)
commitb0e285d800ae77fe19af5045ba741257dd2eece3
tree5a3fe3192ae6d6a2f2c66eedfba5079460caa0e2
parent709294ed217e7610483a7879f5be5b9f47656294
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