Re: [PATCH] KVM: x86/mmu: remove unused variable

From: Sean Christopherson
Date: Mon Aug 01 2022 - 10:24:41 EST


On Mon, Aug 01, 2022, Paolo Bonzini wrote:
> The last use of 'pfn' went away with the same-named argument to
> host_pfn_mapping_level; now that the hugepage level is obtained
> exclusively from the host page tables, kvm_mmu_zap_collapsible_spte
> does not need to know host pfns at all.
>
> Fixes: a8ac499bb6ab ("KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs")
> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
> ---

I was slow, but not thaat slow. :-)

https://lore.kernel.org/all/20220727201029.2758052-1-seanjc@xxxxxxxxxx

For giggles,

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>