]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched: Convert to vma iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 9 Nov 2022 19:31:34 +0000 (14:31 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 20:58:35 +0000 (15:58 -0500)
commit585ff6bf822c5048080fb05e2eb81bf59889d50a
tree6eea6483486fbec17fc3564393fbf6c8ad4dda5e
parentbc772cf627c29b19f08524242981327d9e25c50a
sched: Convert to vma iterator

Use the vma iterator so that the iterator can be invalidated or updated
to avoid each caller doing so.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
kernel/sched/fair.c