]> 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>
Fri, 26 Aug 2022 17:57:55 +0000 (13:57 -0400)
commit33e229a6cb07bd1869109dd896bffcfa1df9148a
tree6a7ab0b901786122335b2c68f9cf116c5a4f1a06
parente3666006cfd9f8ae790e15a4f707bf32f9737bc9
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