]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf: Remove VMA linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 7 Apr 2021 19:56:08 +0000 (15:56 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 19 May 2021 20:39:09 +0000 (16:39 -0400)
commitc6c43241a48e5d9a3f94ec37d7c8a14c42f562ba
treeb5da470d27d329d72185c43b3762945d7e07304f
parent67a42e89d6f40375561cc50252ef1ab8cbb5a235
bpf: Remove VMA linked list

Use vma_next() and remove reference to the start of the linked list

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/bpf/task_iter.c