]> www.infradead.org Git - users/willy/linux.git/commit
i915: Use the maple tree iterator for vdso
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 2 Sep 2021 17:43:56 +0000 (13:43 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Oct 2021 20:00:35 +0000 (16:00 -0400)
commit6cd2c94c139f0bcbbbd71b6702a634f1074e0d3a
tree2bc79871d7f4c4fd508cf1fa69855f6808cc7a89
parent1ab96398ce0b68e023a7bc4f954f9bd6823c0f8d
i915: Use the maple tree iterator for vdso

Remove the use of the vma linked list in favour of mas_for_each()

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
drivers/gpu/drm/i915/gem/i915_gem_userptr.c