]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mprotect: use maple tree navigation instead of VMA linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 20 Jul 2022 02:18:01 +0000 (02:18 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:25 +0000 (15:44 -0400)
commit7aa5dc55734ce0818ffd9e0cba7536742ec37eff
treed423259f9c98639c257dbe17424e15b561a53e68
parentfcb39d0ef57310c267d23761d4efa0d2a8f2e37d
mm/mprotect: use maple tree navigation instead of VMA linked list

Switch to navigating the VMA list with the maple tree operators in
preparation for removing the linked list.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
mm/mprotect.c