]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Don't use __vma_adjust() in __split_vma()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 10 Aug 2022 20:09:15 +0000 (16:09 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 26 Aug 2022 17:57:55 +0000 (13:57 -0400)
commit8e4d1343c6ab4188213e048a7c65e0ce631d6417
treec75a94d34abb8ac38777ee8ce50bfaaeaee36810
parent8895bea61d587f4544a47ebd6dca107e0c34e85f
mm: Don't use __vma_adjust() in __split_vma()

Use the abstracted locking and maple tree operations.  Since
__split_vma() is the only user of the __vma_adjust() function to use the
insert argument, drop that argument.  Remove the NULL passed through
from fs/exec's shift_arg_pages() at the same time.

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