]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mprotect: Fix adcfbd7698558a linked list removal
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 10 Feb 2021 14:33:59 +0000 (09:33 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 10 Feb 2021 14:45:34 +0000 (09:45 -0500)
commit5063e3169f3ff37e67fa461234e78744ca2d7ae5
treef077f6719fa259b1aa5a635dbbff464b2128bf21
parent53c3ddd9b3fce8c77d9258f9c992076d2a2b4193
mm/mprotect: Fix adcfbd7698558a linked list removal

Use mas_find() in do_mprotect_pkey to find the next vma to better align
with what happened with the old API

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