]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: trivial fix comment regarding __kvm_set_memory_region
authorDominik Dingel <dingel@linux.vnet.ibm.com>
Mon, 27 Oct 2014 15:22:56 +0000 (16:22 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Nov 2014 11:07:30 +0000 (12:07 +0100)
commit02d5d55b7e39b63feb71bc49a75f58d342527d16
tree48284884c4fed7e8943c11539b45b9d7c1ea5b94
parent612263b30c900b534fa76609d314ed55c255a94e
KVM: trivial fix comment regarding __kvm_set_memory_region

commit 72dc67a69690 ("KVM: remove the usage of the mmap_sem for the protection of the memory slots.")
changed the lock which will be taken. This should be reflected in the function
commentary.

Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c