KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap
authorDavid Matlack <dmatlack@google.com>
Wed, 4 Aug 2021 22:28:43 +0000 (22:28 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 6 Aug 2021 11:52:58 +0000 (07:52 -0400)
commit93e083d4f4bfe790eb1cdc87103bd6a84be9df75
tree1b9af77da7128753a29b6a8fbbfcc710af8d1336
parent601f8af01e5ae535b45cdb91234887c9fd861ad4
KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap

gfn_to_rmap was removed in the previous patch so there is no need to
retain the double underscore on __gfn_to_rmap.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Message-Id: <20210804222844.1419481-7-dmatlack@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/mmu_audit.c