]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf: remove VMA linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 14 Apr 2022 06:07:21 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 14 Apr 2022 21:49:48 +0000 (17:49 -0400)
commit5a59be75002828bc732decdfd77c06d3a349fd4a
tree4ccab7c7e8f7c3973289c24b5d5a6eb9495583cd
parentdd977172e3b336676f0ac0f7e51dfa8e6553a11f
bpf: remove VMA linked list

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

Link: https://lkml.kernel.org/r/20220404143501.2016403-52-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/bpf/task_iter.c