]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Add vma iterator to vma_adjust() arguments
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 14 Nov 2022 19:54:13 +0000 (14:54 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 28 Nov 2022 21:00:26 +0000 (16:00 -0500)
commitb62ff36f8b29972603d563bd86d8d8f55ffe9b0a
tree7e3e13275e1f5ddbc680ed37ac3fb5da5bc79379
parent1ac848d525cdcdb684297aa2a01d46b7eb297716
mm: Add vma iterator to vma_adjust() arguments

Change the vma_adjust() function definition to accept the vma iterator
and pass it through to __vma_adjust().

Update fs/exec to use the new vma_adjust() function parameters.

Revert the __split_vma() calls back from __vma_adjust() to vma_adjust()
and pass through the vma iterator.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
fs/exec.c
include/linux/mm.h
mm/mmap.c