]> www.infradead.org Git - users/willy/linux.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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Oct 2021 20:00:33 +0000 (16:00 -0400)
commit754a6df7a792b6b6f8a3a1bb159b982780c7efeb
tree97db396939b30ed443fc5a8977c7d2f9635296af
parent371655ffc458b878b47ebe20576a30a0d6fdbad9
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