]> 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)
commit2e4a62606dd5de12d1eb0493ea9b42879a33377e
tree42b75a4705c9902ae739d9859a034dc516360006
parenteaa15fca44e2e5ec774fa43c1e21228a426e7e98
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