]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Introduce dup_vma_anon() helper
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 10 Aug 2022 22:11:48 +0000 (18:11 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 11 Aug 2022 21:49:18 +0000 (17:49 -0400)
commitb8bbca25011838fa6fad0017a6c8b90d32eeeb0f
tree789a431ac4dc2a158752ef7daf2150d35d3e4c02
parent94d2b6015edbb03adfab5541424484c1399f280a
mm/mmap: Introduce dup_vma_anon() helper

Create a helper for duplicating the anon vma when adjusting the vma.
This simplifies the logic of __vma_adjust().

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