]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 5 Aug 2022 20:15:12 +0000 (16:15 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 28 Nov 2022 21:01:03 +0000 (16:01 -0500)
commit321b61fc7260d1825a65452bee4dbcd982afb45d
tree766d8a940d9f7e5b5edc44b31d199f2094f51b71
parent6123e279559697f840f83a355e681f532671173d
mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()

Use the new locking functions for vma_expand().  This reduces code
duplication.

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