]> www.infradead.org Git - users/willy/linux.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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Oct 2021 20:00:34 +0000 (16:00 -0400)
commitfdb07dedaeaf67d16d537a8b4660932f0653db4d
treeb366849601de8da28d7e5298be14925d03f369f4
parent60fda410d51e202e1d9799aa3e10dca0c9eae4c0
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