Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343592
b: refs/heads/master
c: 49f8a1a
h: refs/heads/master
v: v3
  • Loading branch information
Alex Williamson authored and Marcelo Tosatti committed Dec 10, 2012
1 parent 09a0112 commit a29c180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2ff4fc557a4c5248b2d99b0d48e47a246d994b2
refs/heads/master: 49f8a1a5394d8baee5e56fb71e5cf993c228689a
2 changes: 1 addition & 1 deletion trunk/virt/kvm/eventfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args)
mutex_lock(&kvm->irqfds.resampler_lock);

list_for_each_entry(resampler,
&kvm->irqfds.resampler_list, list) {
&kvm->irqfds.resampler_list, link) {
if (resampler->notifier.gsi == irqfd->gsi) {
irqfd->resampler = resampler;
break;
Expand Down

0 comments on commit a29c180

Please sign in to comment.