]> 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>
Mon, 28 Nov 2022 20:59:38 +0000 (15:59 -0500)
commit0ce500667526682be8aea7d60162bacd1fcd1f2e
treefc8d906ab5d1b560a300cb4a28f504f7fea839f2
parent29ff00379862248bec4da05c5c81bd67788add7e
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