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