]> 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>
Mon, 15 Aug 2022 14:46:43 +0000 (10:46 -0400)
commit8deb0597fb775ca40a9003748a41a5e82f6c3418
tree87cc9f9cef96f342ec8e0df6c1366fb2eddf67e4
parent4d9c0fc80323a531d721f3374021975d986e204c
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