]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: move anon_vma setting in __vma_adjust()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 5 Aug 2022 20:04:16 +0000 (16:04 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 26 Aug 2022 17:57:08 +0000 (13:57 -0400)
commit28c26c021d379f3618b9e57d73f9b1610ae46b85
tree66355fcc81724d55ccd4d38a677d7f8259d35643
parente86264c0fc816b0df91696fa77e320ed3653a227
mm/mmap: move anon_vma setting in __vma_adjust()

Move the anon_vma setting & warn_no up the function.  This is done to
clear up the locking later.

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