]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/gup: Add mm_populate_vma() for use when the vma is known
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 2 Dec 2020 18:15:58 +0000 (13:15 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 18 Jan 2021 15:40:27 +0000 (10:40 -0500)
commit04e6aabd6b3d66f07e68d6c63440b31c54e1d7d7
treeca1027c2236979fe4305d74c6e3f0b8fce5124fb
parentc96f5d09bb8b2d075ab562227caaf164a17e399d
mm/gup: Add mm_populate_vma() for use when the vma is known

When a vma is known, avoid calling mm_populate to search for the vma to
populate.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
include/linux/mm.h
mm/gup.c