]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Refactor locking out of __vma_adjust()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 5 Aug 2022 20:07:25 +0000 (16:07 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 28 Nov 2022 21:00:59 +0000 (16:00 -0500)
commit6123e279559697f840f83a355e681f532671173d
tree4fb7eb04d6ad86d575069142bb2cc195e723d331
parent4cc6aac7aa1685af2603a42fcae730dd3f6cb694
mm/mmap: Refactor locking out of __vma_adjust()

Move the locking into vma_prepare() and vma_complete() for use elsewhere

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
mm/internal.h
mm/mmap.c