]> 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, 2 Sep 2021 15:26:33 +0000 (11:26 -0400)
commitb2983e8dc79d016ca4cbfe839a1df6c43de2d3de
tree20797748587ea13578b8d9c282dea74ceda9bac0
parent59e0e90a7719ec82ce1cd60f2a5df7674c1fdddc
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