]> 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>
Thu, 16 Dec 2021 03:01:35 +0000 (22:01 -0500)
commitee2f8ddc6ad9e08694e2c26b98426edbc3d35129
tree709da681f5a4b592df7f9ef7bcb13dbb7d232c17
parent6941de57ac638fbb319ea5b232eab0dd25ee8c4f
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