]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Pass vma iterator through to __vma_adjust()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 14 Nov 2022 16:10:05 +0000 (11:10 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 28 Nov 2022 21:00:18 +0000 (16:00 -0500)
commit1ac848d525cdcdb684297aa2a01d46b7eb297716
tree75a2eb6f66958dd29d918d0198fffb999669624f
parent7178d0f4bf0a1a7472ea222951a1d994aa142a22
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 R. Howlett <Liam.Howlett@oracle.com>
mm/mmap.c