commit | 0fd5a9e2b09ff589370f2c536df77654ed2d341f | [log] [tgz] |
---|---|---|
author | Liam R. Howlett <Liam.Howlett@Oracle.com> | Fri Jan 20 11:26:36 2023 -0500 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Feb 09 16:51:36 2023 -0800 |
tree | da34cf01e5c9eceeda7669e6ad46befdc102762a | |
parent | c465be97a4bc0022688d99f77a75b9be91843b31 [diff] |
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. Link: https://lkml.kernel.org/r/20230120162650.984577-36-Liam.Howlett@oracle.com Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>