]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Pass vma iterator through to __vma_adjust()
authorLiam Howlett <Liam.Howlett@oracle.com>
Mon, 14 Nov 2022 16:10:05 +0000 (11:10 -0500)
committerLiam Howlett <Liam.Howlett@oracle.com>
Mon, 14 Nov 2022 19:57:07 +0000 (14:57 -0500)
commitf73a73ac064e85c09052dae527adcb1f44ea4020
tree22a5e7e6321716b7a2ea16c4b96280cbf710ed58
parent8c6306f42bfd14fdb95b83299d6532e08ca8c1c6
mm: Pass vma iterator through to __vma_adjust()

Pass the iterator through to be used in __vma_adjust().  The state of
the iterator needs to be correct for the operation that will occur so
make the adjustments.

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