]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapper
authorSean Christopherson <seanjc@google.com>
Fri, 15 Jul 2022 22:42:24 +0000 (22:42 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:17 +0000 (13:22 -0400)
commitf5b7831cf9d6e84a425f13c596e9649bd8ea1f5f
treeb5cb9aef7c812414f926528227f329b0afc409cf
parentced032c25d40aca13ef657396e50f03380d2cea1
KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapper

Rename kvm_unmap_rmap() and kvm_zap_rmap() to kvm_zap_rmap() and
__kvm_zap_rmap() respectively to show that what was the "unmap" helper is
just a wrapper for the "zap" helper, i.e. that they do the exact same
thing, one just exists to deal with its caller passing in more params.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220715224226.3749507-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c