]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Extract validate_mm() from vma_complete()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 7 Jun 2024 15:27:05 +0000 (11:27 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 7 Jun 2024 19:42:15 +0000 (15:42 -0400)
commitea539e32a3782b86f038b109047622d44395a61f
tree9c1a267beeaf4adf1a424bf9ac974f8fd95305d0
parent8580b87d5a241f925524799d706d2bba20959c62
mm/mmap: Extract validate_mm() from vma_complete()

vma_complete() will need to be called during an unsafe time to call
validate_mm().  Extract the call in all places now so that only one
location can be modified in the next change.

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