]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vfio: Use vma_lookup() instead of find_vma_intersection()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 1 Mar 2021 19:27:28 +0000 (14:27 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 10 May 2021 16:39:27 +0000 (12:39 -0400)
commitae188e0c23fd26d579904624fd9672e7885cc1ce
tree24b8e53375ce6dde0f4506d12e43fb91c0c7f45b
parent1de0b1423e99ab80eb414558db4def95ed88bfda
vfio: Use vma_lookup() instead of find_vma_intersection()

vma_lookup() finds the vma of a specific address with a cleaner
interface and is more readable.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
drivers/vfio/vfio_iommu_type1.c