]> Git Repo - linux.git/commit
mm/mmap: remove __vma_adjust()
authorLiam R. Howlett <[email protected]>
Fri, 20 Jan 2023 16:26:49 +0000 (11:26 -0500)
committerAndrew Morton <[email protected]>
Fri, 10 Feb 2023 00:51:38 +0000 (16:51 -0800)
commit0503ea8f5ba73eb3ab13a81c1eefbaf51405385a
tree114cd3eabef71df5f850d81e6d60f6add7ac36ae
parent287051b185048c4aabe666439e64232ac59135a6
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.

Change the comments referencing vma_adjust() accordingly.

[[email protected]: fix vma_merge() offset when expanding the next vma]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Liam R. Howlett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
kernel/events/uprobes.c
mm/filemap.c
mm/mmap.c
mm/rmap.c
This page took 0.055175 seconds and 4 git commands to generate.