Re: [PATCH 11/12] KVM: X86/MMU: Remove mmu_pages_first() and mmu_pages_next()

From: Sean Christopherson
Date: Tue Jul 19 2022 - 16:40:49 EST


On Sun, Jun 05, 2022, Lai Jiangshan wrote:
> From: Lai Jiangshan <jiangshan.ljs@xxxxxxxxxxxx>
>
> Use i = 0 andd i++ instead.

s/andd/and, but even better would be to write a full changelog.

Drop mmu_pages_{next,first}() and open code their now trivial
implementations in for_each_sp(), the sole caller.