]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
authorSean Christopherson <seanjc@google.com>
Fri, 11 Oct 2024 02:10:38 +0000 (19:10 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 30 Oct 2024 21:46:46 +0000 (14:46 -0700)
commit010344122dca7c9e772cc03d1534aa908e055f48
tree0bb1b3aca1c77ee11d63ee9320eabd7c6680ca9c
parent856cf4a60cffbffb31a429761bf605108dbf5ff4
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()

Drop the return value from kvm_tdp_mmu_clear_dirty_slot() as its sole
caller ignores the result (KVM flushes after clearing dirty logs based on
the logs themselves, not based on SPTEs).

Cc: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20241011021051.1557902-7-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/tdp_mmu.c
arch/x86/kvm/mmu/tdp_mmu.h