]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: get rid of var page in kvm_set_pfn_dirty()
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 5 Dec 2019 03:05:05 +0000 (11:05 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jan 2020 16:33:13 +0000 (17:33 +0100)
commit068b5215750529911d387d3c2fa657a81a2fc07c
tree42b75a4705c9902ae739d9859a034dc516360006
parentcaa3ff6a791bbe109be7c5f472ca7d95787e8485
KVM: get rid of var page in kvm_set_pfn_dirty()

We can get rid of unnecessary var page in
kvm_set_pfn_dirty() , thus make code style
similar with kvm_set_pfn_accessed().
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c