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
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