]> 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>
Tue, 8 Mar 2022 18:19:12 +0000 (13:19 -0500)
commit3496064a01f525916244475f85173d0fc1b71e8b
tree0af8262dde3d6943c5e5101db19472c66994513e
parent787012b153696b30d21937a098865dca29e360df
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