]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Use vma_lock() and vma_unlock() 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, 15 Aug 2022 14:46:43 +0000 (10:46 -0400)
commit8e82e20ad9ce5f1cd4522e5f6806bc5a3eda0911
treee53af55e7f2f6cac827de1d189bd96b653acf5db
parentdac40435a2a60601640f27390b299080965b28f6
mm/mmap: Use vma_lock() and vma_unlock() in vma_expand()

Use the new locking functions for vma_expand.

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