]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Remove __vma_adjust()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 11 Aug 2022 20:19:43 +0000 (16:19 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 21:03:40 +0000 (16:03 -0500)
commit8a23d4f42a41ba1433a0f881d3d7c1d8bb294202
tree1e5405785ad56867fecd162394c5b1a7d00f7cba
parent479fbd3171a24814044bec8dadabe4f1769c342c
mm/mmap: Remove __vma_adjust()

Inline the work of __vma_adjust() into vma_merge().  This reduces code
size and has the added benefits of the comments for the cases being
located with the code.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
kernel/events/uprobes.c
mm/filemap.c
mm/mmap.c
mm/rmap.c