]> 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>
Mon, 14 Mar 2022 18:49:47 +0000 (14:49 -0400)
commit63c295ff71863ddddc414dbed4d1cca1f3606c2e
tree01e58310c6f58816c735642203888c1ee3c43ba6
parent9dbace10fe43c50696d85c4502d7ddc5fc608011
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