Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186062
b: refs/heads/master
c: 8b97fb0
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Marcelo Tosatti committed Mar 1, 2010
1 parent 5b33bcf commit afe059b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: daf5e27109c8c16c987e955cc6abbbc0af050edd
refs/heads/master: 8b97fb0fcba0e119d539ef6126ddd1d7ba9c007f
3 changes: 0 additions & 3 deletions trunk/virt/kvm/eventfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct _irqfd {
int gsi;
struct list_head list;
poll_table pt;
wait_queue_head_t *wqh;
wait_queue_t wait;
struct work_struct inject;
struct work_struct shutdown;
Expand Down Expand Up @@ -159,8 +158,6 @@ irqfd_ptable_queue_proc(struct file *file, wait_queue_head_t *wqh,
poll_table *pt)
{
struct _irqfd *irqfd = container_of(pt, struct _irqfd, pt);

irqfd->wqh = wqh;
add_wait_queue(wqh, &irqfd->wait);
}

Expand Down

0 comments on commit afe059b

Please sign in to comment.