]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Move __vma_adjust update of highest_vm_end
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 26 Nov 2020 18:51:52 +0000 (13:51 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:33:29 +0000 (12:33 -0500)
commit53cde8d0c78e07525b244fedb4817f61b68931f9
treefde8b2b8c1298a70cef351cc64b0e6cf5a329227
parentf974a0fd68a52c942f8172f2fe4564004f4f6d01
mm/mmap: Move __vma_adjust update of highest_vm_end

Move the highest_vm_end update to avoid checking if the end changed more than once.

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