diff options
Diffstat (limited to 'arch/x86/kvm/hyperv.c')
-rw-r--r-- | arch/x86/kvm/hyperv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/hyperv.c b/arch/x86/kvm/hyperv.c index 89d20ed1d2e8..27c43525a05f 100644 --- a/arch/x86/kvm/hyperv.c +++ b/arch/x86/kvm/hyperv.c | |||
@@ -1729,7 +1729,7 @@ static int kvm_hv_eventfd_assign(struct kvm *kvm, u32 conn_id, int fd) | |||
1729 | 1729 | ||
1730 | mutex_lock(&hv->hv_lock); | 1730 | mutex_lock(&hv->hv_lock); |
1731 | ret = idr_alloc(&hv->conn_to_evt, eventfd, conn_id, conn_id + 1, | 1731 | ret = idr_alloc(&hv->conn_to_evt, eventfd, conn_id, conn_id + 1, |
1732 | GFP_KERNEL); | 1732 | GFP_KERNEL_ACCOUNT); |
1733 | mutex_unlock(&hv->hv_lock); | 1733 | mutex_unlock(&hv->hv_lock); |
1734 | 1734 | ||
1735 | if (ret >= 0) | 1735 | if (ret >= 0) |