Re: [PATCH v2 07/10] KVM: Move MMU notifier's mmu_lock acquisition into common helper

From: Paolo Bonzini
Date: Fri Apr 02 2021 - 05:35:45 EST


On 02/04/21 02:56, Sean Christopherson wrote:
+ .handler = (void *)kvm_null_fn,
+ .on_lock = kvm_dec_notifier_count,
+ .flush_on_ret = true,

Doesn't really matter since the handler is null, but I think it's cleaner to have false here.

Paolo