]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs/proc/base: use the vma iterators in place of linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 20 Jul 2022 02:17:57 +0000 (02:17 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:24 +0000 (15:44 -0400)
commit0e141f79ad4e844f14bf0573b3a5110c5fea5a2a
treeb1cba8e18bf62f51441b3d29bd89803f272c9f87
parentac4aee20f6b802e16337200a73938480e458addb
fs/proc/base: use the vma iterators in place of linked list

Use the vma iterator instead of a for loop across the linked list.  The
link list of vmas will be removed in this patch set.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
fs/proc/base.c