]> 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, 20 Oct 2021 19:22:35 +0000 (15:22 -0400)
commit1e5699381b4730accbf26743cb08b70486c9143d
tree6142e7407e441a8ed98fe283b4e8a204d4768eb1
parent34157db97965f5f8443e6ddf95d0151a34eefa7b
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