]> git.baikalelectronics.ru Git - 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)
commit37aa575b34216138372a6e00fd45537c0eb9be26
tree48284884c4fed7e8943c11539b45b9d7c1ea5b94
parent17418943c663ca5aabec7a6757550f0b9ba2555e
KVM: trivial fix comment regarding __kvm_set_memory_region

commit ad4011362a67 ("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