]> 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>
Thu, 28 Jan 2021 02:00:46 +0000 (21:00 -0500)
commit673c439a5dd36889c1aacb63fd15e84c62f79265
tree8c254a27736d0d808d4ed5497a8d65efc8813d2b
parent2e92428d6745a756b41663701ca5a0d5cd458f9d
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