]> 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, 20 Oct 2021 19:22:35 +0000 (15:22 -0400)
commitd7d2d7d3ee93dbd6ff039eb0303a17d52cd45fc1
tree98ba6b6c9a35c1b9ba53744eb1fa67b440406cdc
parentb85047b26dc4b4dd7d59cbffce7a3cc667d71feb
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