]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipc/shm: Stop using the vma linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:51:19 +0000 (14:51 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 19 May 2021 20:39:08 +0000 (16:39 -0400)
commitb52341f0b0ddbd22b663a111628c2e6851c76a9e
tree51fcc0fbdb7e8b121ff2cdbe642dd42814f4a4bb
parent1f7aafa7e6344ce5320680ae037f84d550b9476f
ipc/shm: Stop using the vma linked list

When searching for a VMA, a maple state can be used instead of the linked list in
the mm_struct

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