]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: __insert_vm_struct() only needs to mas_reset()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 18 Feb 2021 14:26:07 +0000 (09:26 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 18 Feb 2021 14:26:07 +0000 (09:26 -0500)
commita72a91c40f96ef410d8c0fbb0666b5f1ed29db58
tree3ff3de3c6002623f3241fcbd8738bee3a7adab1c
parent8930eddeac4d1e32f82d1911c1f4ce099b0cd788
mm/mmap: __insert_vm_struct() only needs to mas_reset()

vma_mas_store() will set the range again.

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