]> 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>
Tue, 13 Dec 2022 21:03:39 +0000 (16:03 -0500)
commit8508ab8582d204fced8b8b90d39b2917177f75c6
tree34e6b445dceb80ffe06c25e8cd19132f3d04aa3c
parent1074cb7e3b69301356bd926ddafa744235aa156c
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