]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Remove __vma_adjust() 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, 12 Aug 2022 13:56:54 +0000 (09:56 -0400)
commit8351ad4b95caf77908946a434c2cdf522be967e9
tree6255793f30d7c353f5e36eacc9bdee3053709534
parent2e894aeb75e8bc95da49202f043dda18cc85d57d
mm/mmap: Remove __vma_adjust()

Inline the work for __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