]> 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>
Mon, 28 Nov 2022 21:01:31 +0000 (16:01 -0500)
commit874e425e4ffe971e67675e58f6c06d2e4982ca29
tree4d57db5bdfb68d7f921fcd6b0856b2debba7ec4b
parent9bff0f82910a8e53801f4dcd5fcc03e0cbb7a067
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